COLOR #6C6642

HEX: #6C6642
RGB: (108,102,66)

Color info

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

RGB color model

#6C6642 color RGB value is (108,102,66).

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

RGB channels and saturation

R 108 of 255 = 42%
G 102 of 255 = 40%
B 66 of 255 = 26%

108
102
66

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

Portions of RGB colors in percentages

R + G + B =
108 + 102 + 66 = 276 (100%)
R 108 of 276 ~ 39.13%
G 102 of 276 ~ 36.96%
B 66 of 276 ~ 23.91%

%39.13
%36.96
%23.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 38.89%
  • key color value is 57.65%
CMYK:
(0,6,39,58)
C0M6Y39K58 
(0%,6%,39%,58%)
(0.00/0.06/0.39/0.58)	

CMYK percentages

%0
%5.56
%38.89
%57.65

Codes

Color #6C6642 in popluar color models

6C6642
RGB10810266
HSL51°24.14%34.12%
HSB/HSV51°38.89%42.35%
CMYK0.00%5.56%38.89%
57.65%

Color #6C6642 in popluar number systems.

HEX6C6642
Decimal10810266
Binary110110011001101000010
Octal154146102

Shades and tints

Shades of #6C6642

#6C6642
(108,102,66)
#635D3C
(99,93,60)
#5A5436
(90,84,54)
#514B30
(81,75,48)
#48422A
(72,66,42)
#3F3924
(63,57,36)
#36301E
(54,48,30)
#2D2718
(45,39,24)
#241E12
(36,30,18)
#1B150C
(27,21,12)
#120C06
(18,12,6)
#000000
(0,0,0)

Tints of #6C6642

#6C6642
(108,102,66)
#797353
(121,115,83)
#868064
(134,128,100)
#938D75
(147,141,117)
#A09A86
(160,154,134)
#ADA797
(173,167,151)
#BAB4A8
(186,180,168)
#C7C1B9
(199,193,185)
#D4CECA
(212,206,202)
#E1DBDB
(225,219,219)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6642; }

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

This text font color is #6C6642.


Background Color

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

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

This div background color is #6C6642.


Border color

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

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

This div border color is #6C6642.


Opacity

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

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

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

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

This text has shadow with #6C6642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6642 on black background.


Color preview on white background

This text has color #6C6642 on white background.



Black color preview on #6C6642 background

This text has black color on #6C6642 background.


White color preview on #6C6642 background

This text has white color on #6C6642 background.