COLOR #806A69

HEX: #806A69 RGB: (128,106,105)

Color info

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

RGB color model

#806A69 color RGB value is (128,106,105).

RGB: (128,106,105) (50%, 42%, 41%)

RGB channels and saturation

R 128 of 255 = 50%
G 106 of 255 = 42%
B 105 of 255 = 41%

128
106
105

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

Portions of RGB colors in percentages

R + G + B = 128 + 106 + 105 = 339 (100%)
R 128 of 339 ~ 37.76%
G 106 of 339 ~ 31.27%
B 105 of 339 ~ 30.97'%

%37.76
%31.27
%30.97

CMYK color model

#806A69 color CMYK value is (0,17,18,50).

  • cyan value is 0.00%
  • magenta value is 17.19%
  • yellow value is 17.97%
  • key color value is 49.80%

CMYK: (0,17,18,50)
C0M17Y18K50 (0%, 17%, 18%, 50%)
(0.00 / 0.17 / 0.18 / 0.50)

CMYK percentages

%0
%17.19
%17.97
%49.8

Codes

Color #806A69 in popluar color models

80 6A 69
RGB 128 106 105
HSL 9.87% 45.69%
HSB/HSV 17.97% 50.20%
CMYK 0.00% 17.19% 17.97%
49.80%

Color #806A69 in popluar number systems.

HEX 80 6A 69
Decimal 128 106 105
Binary 10000000 1101010 1101001
Octal 200 152 151

Shades and tints

Shades of #806A69

#806A69
(128,106,105)
#756160
(117,97,96)
#6A5857
(106,88,87)
#5F4F4E
(95,79,78)
#544645
(84,70,69)
#493D3C
(73,61,60)
#3E3433
(62,52,51)
#332B2A
(51,43,42)
#282221
(40,34,33)
#1D1918
(29,25,24)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #806A69

#806A69
(128,106,105)
#8B7776
(139,119,118)
#968483
(150,132,131)
#A19190
(161,145,144)
#AC9E9D
(172,158,157)
#B7ABAA
(183,171,170)
#C2B8B7
(194,184,183)
#CDC5C4
(205,197,196)
#D8D2D1
(216,210,209)
#E3DFDE
(227,223,222)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806A69; }

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

This text font color is #806A69.

Background Color

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

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

This div background color is #806A69.

Border color

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

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

This div border color is #806A69.

Opacity

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

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

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

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

This text has shadow with #806A69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #806A69.

Preview

Color preview on black background

This text has color #806A69 on black background.


Color preview on white background

This text has color #806A69 on white background.


Black color preview on #806A69 background

This text has black color on #806A69 background.


White color preview on #806A69 background

This text has white color on #806A69 background.


Related colors

Complementary color

Complementary color for #hex is #7F9596.


I love getcolorcode.com

Triadic colors

1 #69806A and #6A6980 with #806A69 are triadic colors.

2 #696A80 and #6A8069 with #806A69 are triadic colors.