COLOR #806E62

HEX: #806E62
RGB: (128,110,98)

Color info

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

RGB color model

#806E62 color RGB value is (128,110,98).

  • red value is 128;
  • green value is 110;
  • blue value is 98.
RGB:
(128,110,98)
(50%,43%,38%)

RGB channels and saturation

R 128 of 255 = 50%
G 110 of 255 = 43%
B 98 of 255 = 38%

128
110
98

R + G + B ~ 44%. #806E62 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 110 + 98 = 336 (100%)
R 128 of 336 ~ 38.1%
G 110 of 336 ~ 32.74%
B 98 of 336 ~ 29.17%

%38.1
%32.74
%29.17

CMYK color model

#806E62 color CMYK value is (0,14,23,50).

  • cyan value is 0.00%
  • magenta value is 14.06%
  • yellow value is 23.44%
  • key color value is 49.80%
CMYK:
(0,14,23,50)
C0M14Y23K50 
(0%,14%,23%,50%)
(0.00/0.14/0.23/0.50)	

CMYK percentages

%0
%14.06
%23.44
%49.8

Codes

Color #806E62 in popluar color models

806E62
RGB12811098
HSL24°13.27%44.31%
HSB/HSV24°23.44%50.20%
CMYK0.00%14.06%23.44%
49.80%

Color #806E62 in popluar number systems.

HEX806E62
Decimal12811098
Binary1000000011011101100010
Octal200156142

Shades and tints

Shades of #806E62

#806E62
(128,110,98)
#75645A
(117,100,90)
#6A5A52
(106,90,82)
#5F504A
(95,80,74)
#544642
(84,70,66)
#493C3A
(73,60,58)
#3E3232
(62,50,50)
#33282A
(51,40,42)
#281E22
(40,30,34)
#1D141A
(29,20,26)
#120A12
(18,10,18)
#000000
(0,0,0)

Tints of #806E62

#806E62
(128,110,98)
#8B7B70
(139,123,112)
#96887E
(150,136,126)
#A1958C
(161,149,140)
#ACA29A
(172,162,154)
#B7AFA8
(183,175,168)
#C2BCB6
(194,188,182)
#CDC9C4
(205,201,196)
#D8D6D2
(216,214,210)
#E3E3E0
(227,227,224)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806E62 color. Also use rgb(128,110,98) instead hex code.

Text Font Color

.myTextColor { color: #806E62; }

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

This text font color is #806E62.


Background Color

.myBgColor { background-color: #806E62; }

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

This div background color is #806E62.


Border color

.myBorderColor { border: 1px solid #806E62; }

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

This div border color is #806E62.


Opacity

.myOpacity80 { color: #806E62; opacity: 0.8; }

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

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

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

This text has shadow with #806E62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806E62 on black background.


Color preview on white background

This text has color #806E62 on white background.



Black color preview on #806E62 background

This text has black color on #806E62 background.


White color preview on #806E62 background

This text has white color on #806E62 background.