COLOR #806665

HEX: #806665
RGB: (128,102,101)

Color info

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

RGB color model

#806665 color RGB value is (128,102,101).

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

RGB channels and saturation

R 128 of 255 = 50%
G 102 of 255 = 40%
B 101 of 255 = 40%

128
102
101

R + G + B ~ 43%. #806665 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 102 + 101 = 331 (100%)
R 128 of 331 ~ 38.67%
G 102 of 331 ~ 30.82%
B 101 of 331 ~ 30.51%

%38.67
%30.82
%30.51

CMYK color model

#806665 color CMYK value is (0,20,21,50).

  • cyan value is 0.00%
  • magenta value is 20.31%
  • yellow value is 21.09%
  • key color value is 49.80%
CMYK:
(0,20,21,50)
C0M20Y21K50 
(0%,20%,21%,50%)
(0.00/0.20/0.21/0.50)	

CMYK percentages

%0
%20.31
%21.09
%49.8

Codes

Color #806665 in popluar color models

806665
RGB128102101
HSL11.79%44.90%
HSB/HSV21.09%50.20%
CMYK0.00%20.31%21.09%
49.80%

Color #806665 in popluar number systems.

HEX806665
Decimal128102101
Binary1000000011001101100101
Octal200146145

Shades and tints

Shades of #806665

#806665
(128,102,101)
#755D5C
(117,93,92)
#6A5453
(106,84,83)
#5F4B4A
(95,75,74)
#544241
(84,66,65)
#493938
(73,57,56)
#3E302F
(62,48,47)
#332726
(51,39,38)
#281E1D
(40,30,29)
#1D1514
(29,21,20)
#120C0B
(18,12,11)
#000000
(0,0,0)

Tints of #806665

#806665
(128,102,101)
#8B7373
(139,115,115)
#968081
(150,128,129)
#A18D8F
(161,141,143)
#AC9A9D
(172,154,157)
#B7A7AB
(183,167,171)
#C2B4B9
(194,180,185)
#CDC1C7
(205,193,199)
#D8CED5
(216,206,213)
#E3DBE3
(227,219,227)
#EEE8F1
(238,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806665; }

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

This text font color is #806665.


Background Color

.myBgColor { background-color: #806665; }

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

This div background color is #806665.


Border color

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

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

This div border color is #806665.


Opacity

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

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

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

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

This text has shadow with #806665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806665 on black background.


Color preview on white background

This text has color #806665 on white background.



Black color preview on #806665 background

This text has black color on #806665 background.


White color preview on #806665 background

This text has white color on #806665 background.