COLOR #806669

HEX: #806669
RGB: (128,102,105)

Color info

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

RGB color model

#806669 color RGB value is (128,102,105).

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

RGB channels and saturation

R 128 of 255 = 50%
G 102 of 255 = 40%
B 105 of 255 = 41%

128
102
105

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

Portions of RGB colors in percentages

R + G + B =
128 + 102 + 105 = 335 (100%)
R 128 of 335 ~ 38.21%
G 102 of 335 ~ 30.45%
B 105 of 335 ~ 31.34%

%38.21
%30.45
%31.34

CMYK color model

#806669 color CMYK value is (0,20,18,50).

  • cyan value is 0.00%
  • magenta value is 20.31%
  • yellow value is 17.97%
  • key color value is 49.80%
CMYK:
(0,20,18,50)
C0M20Y18K50 
(0%,20%,18%,50%)
(0.00/0.20/0.18/0.50)	

CMYK percentages

%0
%20.31
%17.97
%49.8

Codes

Color #806669 in popluar color models

806669
RGB128102105
HSL353°11.30%45.10%
HSB/HSV353°20.31%50.20%
CMYK0.00%20.31%17.97%
49.80%

Color #806669 in popluar number systems.

HEX806669
Decimal128102105
Binary1000000011001101101001
Octal200146151

Shades and tints

Shades of #806669

#806669
(128,102,105)
#755D60
(117,93,96)
#6A5457
(106,84,87)
#5F4B4E
(95,75,78)
#544245
(84,66,69)
#49393C
(73,57,60)
#3E3033
(62,48,51)
#33272A
(51,39,42)
#281E21
(40,30,33)
#1D1518
(29,21,24)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #806669

#806669
(128,102,105)
#8B7376
(139,115,118)
#968083
(150,128,131)
#A18D90
(161,141,144)
#AC9A9D
(172,154,157)
#B7A7AA
(183,167,170)
#C2B4B7
(194,180,183)
#CDC1C4
(205,193,196)
#D8CED1
(216,206,209)
#E3DBDE
(227,219,222)
#EEE8EB
(238,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806669; }

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

This text font color is #806669.


Background Color

.myBgColor { background-color: #806669; }

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

This div background color is #806669.


Border color

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

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

This div border color is #806669.


Opacity

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

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

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

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

This text has shadow with #806669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806669 on black background.


Color preview on white background

This text has color #806669 on white background.



Black color preview on #806669 background

This text has black color on #806669 background.


White color preview on #806669 background

This text has white color on #806669 background.