COLOR #6C6942

HEX: #6C6942
RGB: (108,105,66)

Color info

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

RGB color model

#6C6942 color RGB value is (108,105,66).

  • red value is 108;
  • green value is 105;
  • blue value is 66.
RGB:
(108,105,66)
(42%,41%,26%)

RGB channels and saturation

R 108 of 255 = 42%
G 105 of 255 = 41%
B 66 of 255 = 26%

108
105
66

R + G + B ~ 36%. #6C6942 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 105 + 66 = 279 (100%)
R 108 of 279 ~ 38.71%
G 105 of 279 ~ 37.63%
B 66 of 279 ~ 23.66%

%38.71
%37.63
%23.66

CMYK color model

#6C6942 color CMYK value is (0,3,39,58).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 38.89%
  • key color value is 57.65%
CMYK:
(0,3,39,58)
C0M3Y39K58 
(0%,3%,39%,58%)
(0.00/0.03/0.39/0.58)	

CMYK percentages

%0
%2.78
%38.89
%57.65

Codes

Color #6C6942 in popluar color models

6C6942
RGB10810566
HSL56°24.14%34.12%
HSB/HSV56°38.89%42.35%
CMYK0.00%2.78%38.89%
57.65%

Color #6C6942 in popluar number systems.

HEX6C6942
Decimal10810566
Binary110110011010011000010
Octal154151102

Shades and tints

Shades of #6C6942

#6C6942
(108,105,66)
#63603C
(99,96,60)
#5A5736
(90,87,54)
#514E30
(81,78,48)
#48452A
(72,69,42)
#3F3C24
(63,60,36)
#36331E
(54,51,30)
#2D2A18
(45,42,24)
#242112
(36,33,18)
#1B180C
(27,24,12)
#120F06
(18,15,6)
#000000
(0,0,0)

Tints of #6C6942

#6C6942
(108,105,66)
#797653
(121,118,83)
#868364
(134,131,100)
#939075
(147,144,117)
#A09D86
(160,157,134)
#ADAA97
(173,170,151)
#BAB7A8
(186,183,168)
#C7C4B9
(199,196,185)
#D4D1CA
(212,209,202)
#E1DEDB
(225,222,219)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6942 color. Also use rgb(108,105,66) instead hex code.

Text Font Color

.myTextColor { color: #6C6942; }

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

This text font color is #6C6942.


Background Color

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

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

This div background color is #6C6942.


Border color

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

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

This div border color is #6C6942.


Opacity

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

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

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

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

This text has shadow with #6C6942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6942 on black background.


Color preview on white background

This text has color #6C6942 on white background.



Black color preview on #6C6942 background

This text has black color on #6C6942 background.


White color preview on #6C6942 background

This text has white color on #6C6942 background.