COLOR #6C6361

HEX: #6C6361
RGB: (108,99,97)

Renk bilgisi

#6C6361 contains red, green and blue colors in about the same proportion. #6C6361 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#6C6361 color RGB value is (108,99,97).

  • kırmız ton 108;
  • yeşil ton 99;
  • mavi ton 97.
RGB:
(108,99,97)
(42%,39%,38%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 99 of 255 = 39%
B 97 of 255 = 38%

108
99
97

R + G + B ~ 40%. #6C6361 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 99 + 97 = 304 (100%)
R 108 of 304 ~ 35.53%
G 99 of 304 ~ 32.57%
B 97 of 304 ~ 31.91%

%35.53
%32.57
%31.91

CMYK RENK MODELİ

#6C6361 rengi CMYK tonu (0,8,10,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.33%
  • sarı tonu 10.19%
  • ana renk tonu 57.65%
CMYK:
(0,8,10,58)
C0M8Y10K58 
(0%,8%,10%,58%)
(0.00/0.08/0.10/0.58)	

CMYK yüzdeleri

%0
%8.33
%10.19
%57.65

Codes

Color #6C6361 in popluar color models

6C6361
RGB1089997
HSL11°5.37%40.20%
HSB/HSV11°10.19%42.35%
CMYK0.00%8.33%10.19%
57.65%

Color #6C6361 in popluar number systems.

HEX6C6361
Decimal1089997
Binary110110011000111100001
Octal154143141

Shades and tints

Shades of #6C6361

#6C6361
(108,99,97)
#635A59
(99,90,89)
#5A5151
(90,81,81)
#514849
(81,72,73)
#483F41
(72,63,65)
#3F3639
(63,54,57)
#362D31
(54,45,49)
#2D2429
(45,36,41)
#241B21
(36,27,33)
#1B1219
(27,18,25)
#120911
(18,9,17)
#000000
(0,0,0)

Tints of #6C6361

#6C6361
(108,99,97)
#79716F
(121,113,111)
#867F7D
(134,127,125)
#938D8B
(147,141,139)
#A09B99
(160,155,153)
#ADA9A7
(173,169,167)
#BAB7B5
(186,183,181)
#C7C5C3
(199,197,195)
#D4D3D1
(212,211,209)
#E1E1DF
(225,225,223)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6361 color. Also use rgb(108,99,97) instead hex code.

Text Font Color

.myTextColor { color: #6C6361; }

<p style="color:#6C6361">This sample text font color is #6C6361.</p>

This text font color is #6C6361.


Background Color

.myBgColor { background-color: #6C6361; }

<div style="background-color:#6C6361">Inner text</div>

This div background color is #6C6361.


Border color

.myBorderColor { border: 1px solid #6C6361; }

<div style="border:3px solid #6C6361">Div</div>

This div border color is #6C6361.


Opacity

.myOpacity80 { color: #6C6361; opacity: 0.8; }

<p style="color:#6C6361;opacity:0.8;">80%</p>

Text with #6C6361 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6C6361;}

<p style="text-shadow: 3px 3px 1px #6C6361">Text here.</p>

This text has shadow with #6C6361 color.

.textShadow {text-shadow: 3px 3px 1px #6C6361, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6C6361, 5px 5px 20px red">Text here.</p>

This text has shadow with #6C6361 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6C6361, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6C6361, Direction=45, Strength=4)">Text</p>

This text has shadow with #6C6361 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6C6361;
  -webkit-box-shadow:	1px 1px 3px 2px #6C6361;
  box-shadow:		1px 1px 3px 2px #6C6361;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6C6361;
-webkit-box-shadow: 1px 1px 3px 2px #6C6361;
box-shadow:1px 1px 3px 2px #6C6361;">
Div content here</div>
This div box has shadow with color #6C6361.

Preview

Color preview on black background

This text has color #6C6361 on black background.


Color preview on white background

This text has color #6C6361 on white background.



Black color preview on #6C6361 background

This text has black color on #6C6361 background.


White color preview on #6C6361 background

This text has white color on #6C6361 background.