COLOR #806C5D

HEX: #806C5D RGB: (128,108,93)

Color info

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

RGB color model

#806C5D color RGB value is (128,108,93).

RGB: (128,108,93) (50%, 42%, 36%)

RGB channels and saturation

R 128 of 255 = 50%
G 108 of 255 = 42%
B 93 of 255 = 36%

128
108
93

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

Portions of RGB colors in percentages

R + G + B = 128 + 108 + 93 = 329 (100%)
R 128 of 329 ~ 38.91%
G 108 of 329 ~ 32.83%
B 93 of 329 ~ 28.27'%

%38.91
%32.83
%28.27

CMYK color model

#806C5D color CMYK value is (0,16,27,50).

  • cyan value is 0.00%
  • magenta value is 15.63%
  • yellow value is 27.34%
  • key color value is 49.80%

CMYK: (0,16,27,50)
C0M16Y27K50 (0%, 16%, 27%, 50%)
(0.00 / 0.16 / 0.27 / 0.50)

CMYK percentages

%0
%15.63
%27.34
%49.8

Codes

Color #806C5D in popluar color models

80 6C 5D
RGB 128 108 93
HSL 26° 15.84% 43.33%
HSB/HSV 26° 27.34% 50.20%
CMYK 0.00% 15.63% 27.34%
49.80%

Color #806C5D in popluar number systems.

HEX 80 6C 5D
Decimal 128 108 93
Binary 10000000 1101100 1011101
Octal 200 154 135

Shades and tints

Shades of #806C5D

#806C5D
(128,108,93)
#756355
(117,99,85)
#6A5A4D
(106,90,77)
#5F5145
(95,81,69)
#54483D
(84,72,61)
#493F35
(73,63,53)
#3E362D
(62,54,45)
#332D25
(51,45,37)
#28241D
(40,36,29)
#1D1B15
(29,27,21)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #806C5D

#806C5D
(128,108,93)
#8B796B
(139,121,107)
#968679
(150,134,121)
#A19387
(161,147,135)
#ACA095
(172,160,149)
#B7ADA3
(183,173,163)
#C2BAB1
(194,186,177)
#CDC7BF
(205,199,191)
#D8D4CD
(216,212,205)
#E3E1DB
(227,225,219)
#EEEEE9
(238,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806C5D color. Also use rgb(128,108,93) instead hex code.

Text Font Color

.myTextColor { color: #806C5D; }

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

This text font color is #806C5D.

Background Color

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

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

This div background color is #806C5D.

Border color

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

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

This div border color is #806C5D.

Opacity

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

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

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

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

This text has shadow with #806C5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #806C5D.

Preview

Color preview on black background

This text has color #806C5D on black background.


Color preview on white background

This text has color #806C5D on white background.


Black color preview on #806C5D background

This text has black color on #806C5D background.


White color preview on #806C5D background

This text has white color on #806C5D background.


Related colors

Complementary color

Complementary color for #hex is #7F93A2.


I love getcolorcode.com

Triadic colors

1 #5D806C and #6C5D80 with #806C5D are triadic colors.

2 #5D6C80 and #6C805D with #806C5D are triadic colors.