COLOR #806642

HEX: #806642
RGB: (128,102,66)

Color info

#806642 contains mainly red and green colors. Web safe color of #806642 is #666633 (or #663).

RGB color model

#806642 color RGB value is (128,102,66).

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

RGB channels and saturation

R 128 of 255 = 50%
G 102 of 255 = 40%
B 66 of 255 = 26%

128
102
66

R + G + B ~ 39%. #806642 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 102 + 66 = 296 (100%)
R 128 of 296 ~ 43.24%
G 102 of 296 ~ 34.46%
B 66 of 296 ~ 22.3%

%43.24
%34.46
%22.3

CMYK color model

#806642 color CMYK value is (0,20,48,50).

  • cyan value is 0.00%
  • magenta value is 20.31%
  • yellow value is 48.44%
  • key color value is 49.80%
CMYK:
(0,20,48,50)
C0M20Y48K50 
(0%,20%,48%,50%)
(0.00/0.20/0.48/0.50)	

CMYK percentages

%0
%20.31
%48.44
%49.8

Codes

Color #806642 in popluar color models

806642
RGB12810266
HSL35°31.96%38.04%
HSB/HSV35°48.44%50.20%
CMYK0.00%20.31%48.44%
49.80%

Color #806642 in popluar number systems.

HEX806642
Decimal12810266
Binary1000000011001101000010
Octal200146102

Shades and tints

Shades of #806642

#806642
(128,102,66)
#755D3C
(117,93,60)
#6A5436
(106,84,54)
#5F4B30
(95,75,48)
#54422A
(84,66,42)
#493924
(73,57,36)
#3E301E
(62,48,30)
#332718
(51,39,24)
#281E12
(40,30,18)
#1D150C
(29,21,12)
#120C06
(18,12,6)
#000000
(0,0,0)

Tints of #806642

#806642
(128,102,66)
#8B7353
(139,115,83)
#968064
(150,128,100)
#A18D75
(161,141,117)
#AC9A86
(172,154,134)
#B7A797
(183,167,151)
#C2B4A8
(194,180,168)
#CDC1B9
(205,193,185)
#D8CECA
(216,206,202)
#E3DBDB
(227,219,219)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806642; }

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

This text font color is #806642.


Background Color

.myBgColor { background-color: #806642; }

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

This div background color is #806642.


Border color

.myBorderColor { border: 1px solid #806642; }

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

This div border color is #806642.


Opacity

.myOpacity80 { color: #806642; opacity: 0.8; }

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

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

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

This text has shadow with #806642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806642 on black background.


Color preview on white background

This text has color #806642 on white background.



Black color preview on #806642 background

This text has black color on #806642 background.


White color preview on #806642 background

This text has white color on #806642 background.