COLOR #6C6B4E

HEX: #6C6B4E RGB: (108,107,78)

Color info

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

RGB color model

#6C6B4E color RGB value is (108,107,78).

RGB: (108,107,78) (42%, 42%, 31%)

RGB channels and saturation

R 108 of 255 = 42%
G 107 of 255 = 42%
B 78 of 255 = 31%

108
107
78

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

Portions of RGB colors in percentages

R + G + B = 108 + 107 + 78 = 293 (100%)
R 108 of 293 ~ 36.86%
G 107 of 293 ~ 36.52%
B 78 of 293 ~ 26.62'%

%36.86
%36.52
%26.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.93%
  • yellow value is 27.78%
  • key color value is 57.65%
CMYK: (0,1,28,58) C0M1Y28K58 (0%,1%,28%,58%) (0.00/0.01/0.28/0.58) 

CMYK percentages

%0
%0.93
%27.78
%57.65

Codes

Color #6C6B4E in popluar color models

6C 6B 4E
RGB 108 107 78
HSL 58° 16.13% 36.47%
HSB/HSV 58° 27.78% 42.35%
CMYK 0.00% 0.93% 27.78%
57.65%

Color #6C6B4E in popluar number systems.

HEX 6C 6B 4E
Decimal 108 107 78
Binary 1101100 1101011 1001110
Octal 154 153 116

Shades and tints

Shades of #6C6B4E

#6C6B4E
(108,107,78)
#636247
(99,98,71)
#5A5940
(90,89,64)
#515039
(81,80,57)
#484732
(72,71,50)
#3F3E2B
(63,62,43)
#363524
(54,53,36)
#2D2C1D
(45,44,29)
#242316
(36,35,22)
#1B1A0F
(27,26,15)
#121108
(18,17,8)
#000000
(0,0,0)

Tints of #6C6B4E

#6C6B4E
(108,107,78)
#79785E
(121,120,94)
#86856E
(134,133,110)
#93927E
(147,146,126)
#A09F8E
(160,159,142)
#ADAC9E
(173,172,158)
#BAB9AE
(186,185,174)
#C7C6BE
(199,198,190)
#D4D3CE
(212,211,206)
#E1E0DE
(225,224,222)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6B4E; }

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

This text font color is #6C6B4E.

Background Color

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

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

This div background color is #6C6B4E.

Border color

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

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

This div border color is #6C6B4E.

Opacity

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

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

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

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

This text has shadow with #6C6B4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C6B4E.

Preview

Color preview on black background

This text has color #6C6B4E on black background.


Color preview on white background

This text has color #6C6B4E on white background.


Black color preview on #6C6B4E background

This text has black color on #6C6B4E background.


White color preview on #6C6B4E background

This text has white color on #6C6B4E background.


Related colors

Complementary color

Complementary color for #hex is #9394B1.


I love getcolorcode.com

Triadic colors

1 #4E6C6B and #6B4E6C with #6C6B4E are triadic colors.

2 #4E6B6C and #6B6C4E with #6C6B4E are triadic colors.