COLOR #806B68

HEX: #806B68
RGB: (128,107,104)

Color info

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

RGB color model

#806B68 color RGB value is (128,107,104).

  • red value is 128;
  • green value is 107;
  • blue value is 104.
RGB:
(128,107,104)
(50%,42%,41%)

RGB channels and saturation

R 128 of 255 = 50%
G 107 of 255 = 42%
B 104 of 255 = 41%

128
107
104

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

Portions of RGB colors in percentages

R + G + B =
128 + 107 + 104 = 339 (100%)
R 128 of 339 ~ 37.76%
G 107 of 339 ~ 31.56%
B 104 of 339 ~ 30.68%

%37.76
%31.56
%30.68

CMYK color model

#806B68 color CMYK value is (0,16,19,50).

  • cyan value is 0.00%
  • magenta value is 16.41%
  • yellow value is 18.75%
  • key color value is 49.80%
CMYK:
(0,16,19,50)
C0M16Y19K50 
(0%,16%,19%,50%)
(0.00/0.16/0.19/0.50)	

CMYK percentages

%0
%16.41
%18.75
%49.8

Codes

Color #806B68 in popluar color models

806B68
RGB128107104
HSL10.34%45.49%
HSB/HSV18.75%50.20%
CMYK0.00%16.41%18.75%
49.80%

Color #806B68 in popluar number systems.

HEX806B68
Decimal128107104
Binary1000000011010111101000
Octal200153150

Shades and tints

Shades of #806B68

#806B68
(128,107,104)
#75625F
(117,98,95)
#6A5956
(106,89,86)
#5F504D
(95,80,77)
#544744
(84,71,68)
#493E3B
(73,62,59)
#3E3532
(62,53,50)
#332C29
(51,44,41)
#282320
(40,35,32)
#1D1A17
(29,26,23)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #806B68

#806B68
(128,107,104)
#8B7875
(139,120,117)
#968582
(150,133,130)
#A1928F
(161,146,143)
#AC9F9C
(172,159,156)
#B7ACA9
(183,172,169)
#C2B9B6
(194,185,182)
#CDC6C3
(205,198,195)
#D8D3D0
(216,211,208)
#E3E0DD
(227,224,221)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806B68 color. Also use rgb(128,107,104) instead hex code.

Text Font Color

.myTextColor { color: #806B68; }

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

This text font color is #806B68.


Background Color

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

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

This div background color is #806B68.


Border color

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

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

This div border color is #806B68.


Opacity

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

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

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

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

This text has shadow with #806B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806B68 on black background.


Color preview on white background

This text has color #806B68 on white background.



Black color preview on #806B68 background

This text has black color on #806B68 background.


White color preview on #806B68 background

This text has white color on #806B68 background.