COLOR #6C664D

HEX: #6C664D
RGB: (108,102,77)

Color info

#6C664D contains red, green and blue colors in about the same proportion. Web safe color of #6C664D is #666633 (or #663).

RGB color model

#6C664D color RGB value is (108,102,77).

  • red value is 108;
  • green value is 102;
  • blue value is 77.
RGB:
(108,102,77)
(42%,40%,30%)

RGB channels and saturation

R 108 of 255 = 42%
G 102 of 255 = 40%
B 77 of 255 = 30%

108
102
77

R + G + B ~ 37%. #6C664D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 102 + 77 = 287 (100%)
R 108 of 287 ~ 37.63%
G 102 of 287 ~ 35.54%
B 77 of 287 ~ 26.83%

%37.63
%35.54
%26.83

CMYK color model

#6C664D color CMYK value is (0,6,29,58).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 28.70%
  • key color value is 57.65%
CMYK:
(0,6,29,58)
C0M6Y29K58 
(0%,6%,29%,58%)
(0.00/0.06/0.29/0.58)	

CMYK percentages

%0
%5.56
%28.7
%57.65

Codes

Color #6C664D in popluar color models

6C664D
RGB10810277
HSL48°16.76%36.27%
HSB/HSV48°28.70%42.35%
CMYK0.00%5.56%28.70%
57.65%

Color #6C664D in popluar number systems.

HEX6C664D
Decimal10810277
Binary110110011001101001101
Octal154146115

Shades and tints

Shades of #6C664D

#6C664D
(108,102,77)
#635D46
(99,93,70)
#5A543F
(90,84,63)
#514B38
(81,75,56)
#484231
(72,66,49)
#3F392A
(63,57,42)
#363023
(54,48,35)
#2D271C
(45,39,28)
#241E15
(36,30,21)
#1B150E
(27,21,14)
#120C07
(18,12,7)
#000000
(0,0,0)

Tints of #6C664D

#6C664D
(108,102,77)
#79735D
(121,115,93)
#86806D
(134,128,109)
#938D7D
(147,141,125)
#A09A8D
(160,154,141)
#ADA79D
(173,167,157)
#BAB4AD
(186,180,173)
#C7C1BD
(199,193,189)
#D4CECD
(212,206,205)
#E1DBDD
(225,219,221)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C664D color. Also use rgb(108,102,77) instead hex code.

Text Font Color

.myTextColor { color: #6C664D; }

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

This text font color is #6C664D.


Background Color

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

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

This div background color is #6C664D.


Border color

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

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

This div border color is #6C664D.


Opacity

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

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

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

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

This text has shadow with #6C664D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C664D on black background.


Color preview on white background

This text has color #6C664D on white background.



Black color preview on #6C664D background

This text has black color on #6C664D background.


White color preview on #6C664D background

This text has white color on #6C664D background.