COLOR #6C664E

HEX: #6C664E
RGB: (108,102,78)

Color info

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

RGB color model

#6C664E color RGB value is (108,102,78).

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

RGB channels and saturation

R 108 of 255 = 42%
G 102 of 255 = 40%
B 78 of 255 = 31%

108
102
78

R + G + B ~ 38%. #6C664E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 102 + 78 = 288 (100%)
R 108 of 288 ~ 37.5%
G 102 of 288 ~ 35.42%
B 78 of 288 ~ 27.08%

%37.5
%35.42
%27.08

CMYK color model

#6C664E color CMYK value is (0,6,28,58).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 27.78%
  • key color value is 57.65%
CMYK:
(0,6,28,58)
C0M6Y28K58 
(0%,6%,28%,58%)
(0.00/0.06/0.28/0.58)	

CMYK percentages

%0
%5.56
%27.78
%57.65

Codes

Color #6C664E in popluar color models

6C664E
RGB10810278
HSL48°16.13%36.47%
HSB/HSV48°27.78%42.35%
CMYK0.00%5.56%27.78%
57.65%

Color #6C664E in popluar number systems.

HEX6C664E
Decimal10810278
Binary110110011001101001110
Octal154146116

Shades and tints

Shades of #6C664E

#6C664E
(108,102,78)
#635D47
(99,93,71)
#5A5440
(90,84,64)
#514B39
(81,75,57)
#484232
(72,66,50)
#3F392B
(63,57,43)
#363024
(54,48,36)
#2D271D
(45,39,29)
#241E16
(36,30,22)
#1B150F
(27,21,15)
#120C08
(18,12,8)
#000000
(0,0,0)

Tints of #6C664E

#6C664E
(108,102,78)
#79735E
(121,115,94)
#86806E
(134,128,110)
#938D7E
(147,141,126)
#A09A8E
(160,154,142)
#ADA79E
(173,167,158)
#BAB4AE
(186,180,174)
#C7C1BE
(199,193,190)
#D4CECE
(212,206,206)
#E1DBDE
(225,219,222)
#EEE8EE
(238,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C664E; }

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

This text font color is #6C664E.


Background Color

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

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

This div background color is #6C664E.


Border color

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

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

This div border color is #6C664E.


Opacity

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

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

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

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

This text has shadow with #6C664E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C664E on black background.


Color preview on white background

This text has color #6C664E on white background.



Black color preview on #6C664E background

This text has black color on #6C664E background.


White color preview on #6C664E background

This text has white color on #6C664E background.