COLOR #806D55

HEX: #806D55 RGB: (128,109,85)

Color info

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

RGB color model

#806D55 color RGB value is (128,109,85).

RGB: (128,109,85) (50%, 43%, 33%)

RGB channels and saturation

R 128 of 255 = 50%
G 109 of 255 = 43%
B 85 of 255 = 33%

128
109
85

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

Portions of RGB colors in percentages

R + G + B = 128 + 109 + 85 = 322 (100%)
R 128 of 322 ~ 39.75%
G 109 of 322 ~ 33.85%
B 85 of 322 ~ 26.4'%

%39.75
%33.85
%26.4

CMYK color model

#806D55 color CMYK value is (0,15,34,50).

  • cyan value is 0.00%
  • magenta value is 14.84%
  • yellow value is 33.59%
  • key color value is 49.80%

CMYK: (0,15,34,50)
C0M15Y34K50 (0%, 15%, 34%, 50%)
(0.00 / 0.15 / 0.34 / 0.50)

CMYK percentages

%0
%14.84
%33.59
%49.8

Codes

Color #806D55 in popluar color models

80 6D 55
RGB 128 109 85
HSL 33° 20.19% 41.76%
HSB/HSV 33° 33.59% 50.20%
CMYK 0.00% 14.84% 33.59%
49.80%

Color #806D55 in popluar number systems.

HEX 80 6D 55
Decimal 128 109 85
Binary 10000000 1101101 1010101
Octal 200 155 125

Shades and tints

Shades of #806D55

#806D55
(128,109,85)
#75644E
(117,100,78)
#6A5B47
(106,91,71)
#5F5240
(95,82,64)
#544939
(84,73,57)
#494032
(73,64,50)
#3E372B
(62,55,43)
#332E24
(51,46,36)
#28251D
(40,37,29)
#1D1C16
(29,28,22)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #806D55

#806D55
(128,109,85)
#8B7A64
(139,122,100)
#968773
(150,135,115)
#A19482
(161,148,130)
#ACA191
(172,161,145)
#B7AEA0
(183,174,160)
#C2BBAF
(194,187,175)
#CDC8BE
(205,200,190)
#D8D5CD
(216,213,205)
#E3E2DC
(227,226,220)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806D55 color. Also use rgb(128,109,85) instead hex code.

Text Font Color

.myTextColor { color: #806D55; }

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

This text font color is #806D55.

Background Color

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

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

This div background color is #806D55.

Border color

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

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

This div border color is #806D55.

Opacity

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

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

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

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

This text has shadow with #806D55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #806D55.

Preview

Color preview on black background

This text has color #806D55 on black background.


Color preview on white background

This text has color #806D55 on white background.


Black color preview on #806D55 background

This text has black color on #806D55 background.


White color preview on #806D55 background

This text has white color on #806D55 background.


Related colors

Complementary color

Complementary color for #hex is #7F92AA.


I love getcolorcode.com

Triadic colors

1 #55806D and #6D5580 with #806D55 are triadic colors.

2 #556D80 and #6D8055 with #806D55 are triadic colors.