COLOR #6C6D65

HEX: #6C6D65
RGB: (108,109,101)

Color info

#6C6D65 contains red, green and blue colors in about the same proportion. Web safe color of #6C6D65 is #666666 (or #666).

RGB color model

#6C6D65 color RGB value is (108,109,101).

  • red value is 108;
  • green value is 109;
  • blue value is 101.
RGB:
(108,109,101)
(42%,43%,40%)

RGB channels and saturation

R 108 of 255 = 42%
G 109 of 255 = 43%
B 101 of 255 = 40%

108
109
101

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

Portions of RGB colors in percentages

R + G + B =
108 + 109 + 101 = 318 (100%)
R 108 of 318 ~ 33.96%
G 109 of 318 ~ 34.28%
B 101 of 318 ~ 31.76%

%33.96
%34.28
%31.76

CMYK color model

#6C6D65 color CMYK value is (1,0,7,57).

  • cyan value is 0.92%
  • magenta value is 0.00%
  • yellow value is 7.34%
  • key color value is 57.25%
CMYK:
(1,0,7,57)
C1M0Y7K57 
(1%,0%,7%,57%)
(0.01/0.00/0.07/0.57)	

CMYK percentages

%0.92
%0
%7.34
%57.25

Codes

Color #6C6D65 in popluar color models

6C6D65
RGB108109101
HSL68°3.81%41.18%
HSB/HSV68°7.34%42.75%
CMYK0.92%0.00%7.34%
57.25%

Color #6C6D65 in popluar number systems.

HEX6C6D65
Decimal108109101
Binary110110011011011100101
Octal154155145

Shades and tints

Shades of #6C6D65

#6C6D65
(108,109,101)
#63645C
(99,100,92)
#5A5B53
(90,91,83)
#51524A
(81,82,74)
#484941
(72,73,65)
#3F4038
(63,64,56)
#36372F
(54,55,47)
#2D2E26
(45,46,38)
#24251D
(36,37,29)
#1B1C14
(27,28,20)
#12130B
(18,19,11)
#000000
(0,0,0)

Tints of #6C6D65

#6C6D65
(108,109,101)
#797A73
(121,122,115)
#868781
(134,135,129)
#93948F
(147,148,143)
#A0A19D
(160,161,157)
#ADAEAB
(173,174,171)
#BABBB9
(186,187,185)
#C7C8C7
(199,200,199)
#D4D5D5
(212,213,213)
#E1E2E3
(225,226,227)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6D65 color. Also use rgb(108,109,101) instead hex code.

Text Font Color

.myTextColor { color: #6C6D65; }

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

This text font color is #6C6D65.


Background Color

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

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

This div background color is #6C6D65.


Border color

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

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

This div border color is #6C6D65.


Opacity

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

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

Text with #6C6D65 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 #6C6D65;}

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

This text has shadow with #6C6D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6D65 on black background.


Color preview on white background

This text has color #6C6D65 on white background.



Black color preview on #6C6D65 background

This text has black color on #6C6D65 background.


White color preview on #6C6D65 background

This text has white color on #6C6D65 background.