COLOR #806E69

HEX: #806E69
RGB: (128,110,105)

Color info

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

RGB color model

#806E69 color RGB value is (128,110,105).

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

RGB channels and saturation

R 128 of 255 = 50%
G 110 of 255 = 43%
B 105 of 255 = 41%

128
110
105

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

Portions of RGB colors in percentages

R + G + B =
128 + 110 + 105 = 343 (100%)
R 128 of 343 ~ 37.32%
G 110 of 343 ~ 32.07%
B 105 of 343 ~ 30.61%

%37.32
%32.07
%30.61

CMYK color model

#806E69 color CMYK value is (0,14,18,50).

  • cyan value is 0.00%
  • magenta value is 14.06%
  • yellow value is 17.97%
  • key color value is 49.80%
CMYK:
(0,14,18,50)
C0M14Y18K50 
(0%,14%,18%,50%)
(0.00/0.14/0.18/0.50)	

CMYK percentages

%0
%14.06
%17.97
%49.8

Codes

Color #806E69 in popluar color models

806E69
RGB128110105
HSL13°9.87%45.69%
HSB/HSV13°17.97%50.20%
CMYK0.00%14.06%17.97%
49.80%

Color #806E69 in popluar number systems.

HEX806E69
Decimal128110105
Binary1000000011011101101001
Octal200156151

Shades and tints

Shades of #806E69

#806E69
(128,110,105)
#756460
(117,100,96)
#6A5A57
(106,90,87)
#5F504E
(95,80,78)
#544645
(84,70,69)
#493C3C
(73,60,60)
#3E3233
(62,50,51)
#33282A
(51,40,42)
#281E21
(40,30,33)
#1D1418
(29,20,24)
#120A0F
(18,10,15)
#000000
(0,0,0)

Tints of #806E69

#806E69
(128,110,105)
#8B7B76
(139,123,118)
#968883
(150,136,131)
#A19590
(161,149,144)
#ACA29D
(172,162,157)
#B7AFAA
(183,175,170)
#C2BCB7
(194,188,183)
#CDC9C4
(205,201,196)
#D8D6D1
(216,214,209)
#E3E3DE
(227,227,222)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806E69; }

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

This text font color is #806E69.


Background Color

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

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

This div background color is #806E69.


Border color

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

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

This div border color is #806E69.


Opacity

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

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

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

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

This text has shadow with #806E69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806E69 on black background.


Color preview on white background

This text has color #806E69 on white background.



Black color preview on #806E69 background

This text has black color on #806E69 background.


White color preview on #806E69 background

This text has white color on #806E69 background.