COLOR #806639

HEX: #806639
RGB: (128,102,57)

Color info

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

RGB color model

#806639 color RGB value is (128,102,57).

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

RGB channels and saturation

R 128 of 255 = 50%
G 102 of 255 = 40%
B 57 of 255 = 22%

128
102
57

R + G + B ~ 37%. #806639 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 102 + 57 = 287 (100%)
R 128 of 287 ~ 44.6%
G 102 of 287 ~ 35.54%
B 57 of 287 ~ 19.86%

%44.6
%35.54
%19.86

CMYK color model

#806639 color CMYK value is (0,20,55,50).

  • cyan value is 0.00%
  • magenta value is 20.31%
  • yellow value is 55.47%
  • key color value is 49.80%
CMYK:
(0,20,55,50)
C0M20Y55K50 
(0%,20%,55%,50%)
(0.00/0.20/0.55/0.50)	

CMYK percentages

%0
%20.31
%55.47
%49.8

Codes

Color #806639 in popluar color models

806639
RGB12810257
HSL38°38.38%36.27%
HSB/HSV38°55.47%50.20%
CMYK0.00%20.31%55.47%
49.80%

Color #806639 in popluar number systems.

HEX806639
Decimal12810257
Binary100000001100110111001
Octal20014671

Shades and tints

Shades of #806639

#806639
(128,102,57)
#755D34
(117,93,52)
#6A542F
(106,84,47)
#5F4B2A
(95,75,42)
#544225
(84,66,37)
#493920
(73,57,32)
#3E301B
(62,48,27)
#332716
(51,39,22)
#281E11
(40,30,17)
#1D150C
(29,21,12)
#120C07
(18,12,7)
#000000
(0,0,0)

Tints of #806639

#806639
(128,102,57)
#8B734B
(139,115,75)
#96805D
(150,128,93)
#A18D6F
(161,141,111)
#AC9A81
(172,154,129)
#B7A793
(183,167,147)
#C2B4A5
(194,180,165)
#CDC1B7
(205,193,183)
#D8CEC9
(216,206,201)
#E3DBDB
(227,219,219)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806639; }

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

This text font color is #806639.


Background Color

.myBgColor { background-color: #806639; }

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

This div background color is #806639.


Border color

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

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

This div border color is #806639.


Opacity

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

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

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

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

This text has shadow with #806639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806639 on black background.


Color preview on white background

This text has color #806639 on white background.



Black color preview on #806639 background

This text has black color on #806639 background.


White color preview on #806639 background

This text has white color on #806639 background.