COLOR #6C6D5F

HEX: #6C6D5F
RGB: (108,109,95)

Color info

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

RGB color model

#6C6D5F color RGB value is (108,109,95).

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

RGB channels and saturation

R 108 of 255 = 42%
G 109 of 255 = 43%
B 95 of 255 = 37%

108
109
95

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

Portions of RGB colors in percentages

R + G + B =
108 + 109 + 95 = 312 (100%)
R 108 of 312 ~ 34.62%
G 109 of 312 ~ 34.94%
B 95 of 312 ~ 30.45%

%34.62
%34.94
%30.45

CMYK color model

#6C6D5F color CMYK value is (1,0,13,57).

  • cyan value is 0.92%
  • magenta value is 0.00%
  • yellow value is 12.84%
  • key color value is 57.25%
CMYK:
(1,0,13,57)
C1M0Y13K57 
(1%,0%,13%,57%)
(0.01/0.00/0.13/0.57)	

CMYK percentages

%0.92
%0
%12.84
%57.25

Codes

Color #6C6D5F in popluar color models

6C6D5F
RGB10810995
HSL64°6.86%40.00%
HSB/HSV64°12.84%42.75%
CMYK0.92%0.00%12.84%
57.25%

Color #6C6D5F in popluar number systems.

HEX6C6D5F
Decimal10810995
Binary110110011011011011111
Octal154155137

Shades and tints

Shades of #6C6D5F

#6C6D5F
(108,109,95)
#636457
(99,100,87)
#5A5B4F
(90,91,79)
#515247
(81,82,71)
#48493F
(72,73,63)
#3F4037
(63,64,55)
#36372F
(54,55,47)
#2D2E27
(45,46,39)
#24251F
(36,37,31)
#1B1C17
(27,28,23)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #6C6D5F

#6C6D5F
(108,109,95)
#797A6D
(121,122,109)
#86877B
(134,135,123)
#939489
(147,148,137)
#A0A197
(160,161,151)
#ADAEA5
(173,174,165)
#BABBB3
(186,187,179)
#C7C8C1
(199,200,193)
#D4D5CF
(212,213,207)
#E1E2DD
(225,226,221)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6D5F; }

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

This text font color is #6C6D5F.


Background Color

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

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

This div background color is #6C6D5F.


Border color

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

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

This div border color is #6C6D5F.


Opacity

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

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

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

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

This text has shadow with #6C6D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6D5F on black background.


Color preview on white background

This text has color #6C6D5F on white background.



Black color preview on #6C6D5F background

This text has black color on #6C6D5F background.


White color preview on #6C6D5F background

This text has white color on #6C6D5F background.