COLOR #806E67

HEX: #806E67
RGB: (128,110,103)

Color info

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

RGB color model

#806E67 color RGB value is (128,110,103).

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

RGB channels and saturation

R 128 of 255 = 50%
G 110 of 255 = 43%
B 103 of 255 = 40%

128
110
103

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

Portions of RGB colors in percentages

R + G + B =
128 + 110 + 103 = 341 (100%)
R 128 of 341 ~ 37.54%
G 110 of 341 ~ 32.26%
B 103 of 341 ~ 30.21%

%37.54
%32.26
%30.21

CMYK color model

#806E67 color CMYK value is (0,14,20,50).

  • cyan value is 0.00%
  • magenta value is 14.06%
  • yellow value is 19.53%
  • key color value is 49.80%
CMYK:
(0,14,20,50)
C0M14Y20K50 
(0%,14%,20%,50%)
(0.00/0.14/0.20/0.50)	

CMYK percentages

%0
%14.06
%19.53
%49.8

Codes

Color #806E67 in popluar color models

806E67
RGB128110103
HSL17°10.82%45.29%
HSB/HSV17°19.53%50.20%
CMYK0.00%14.06%19.53%
49.80%

Color #806E67 in popluar number systems.

HEX806E67
Decimal128110103
Binary1000000011011101100111
Octal200156147

Shades and tints

Shades of #806E67

#806E67
(128,110,103)
#75645E
(117,100,94)
#6A5A55
(106,90,85)
#5F504C
(95,80,76)
#544643
(84,70,67)
#493C3A
(73,60,58)
#3E3231
(62,50,49)
#332828
(51,40,40)
#281E1F
(40,30,31)
#1D1416
(29,20,22)
#120A0D
(18,10,13)
#000000
(0,0,0)

Tints of #806E67

#806E67
(128,110,103)
#8B7B74
(139,123,116)
#968881
(150,136,129)
#A1958E
(161,149,142)
#ACA29B
(172,162,155)
#B7AFA8
(183,175,168)
#C2BCB5
(194,188,181)
#CDC9C2
(205,201,194)
#D8D6CF
(216,214,207)
#E3E3DC
(227,227,220)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806E67; }

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

This text font color is #806E67.


Background Color

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

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

This div background color is #806E67.


Border color

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

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

This div border color is #806E67.


Opacity

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

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

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

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

This text has shadow with #806E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806E67 on black background.


Color preview on white background

This text has color #806E67 on white background.



Black color preview on #806E67 background

This text has black color on #806E67 background.


White color preview on #806E67 background

This text has white color on #806E67 background.