COLOR #816B55

HEX: #816B55 RGB: (129,107,85)

Color info

#816B55 contains red, green and blue colors in about the same proportion. Web safe color of #816B55 is #996666 (or #966).

RGB color model

#816B55 color RGB value is (129,107,85).

RGB: (129,107,85) (51%, 42%, 33%)

RGB channels and saturation

R 129 of 255 = 51%
G 107 of 255 = 42%
B 85 of 255 = 33%

129
107
85

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

Portions of RGB colors in percentages

R + G + B = 129 + 107 + 85 = 321 (100%)
R 129 of 321 ~ 40.19%
G 107 of 321 ~ 33.33%
B 85 of 321 ~ 26.48'%

%40.19
%33.33
%26.48

CMYK color model

#816B55 color CMYK value is (0,17,34,49).

  • cyan value is 0.00%
  • magenta value is 17.05%
  • yellow value is 34.11%
  • key color value is 49.41%
CMYK: (0,17,34,49) C0M17Y34K49 (0%,17%,34%,49%) (0.00/0.17/0.34/0.49) 

CMYK percentages

%0
%17.05
%34.11
%49.41

Codes

Color #816B55 in popluar color models

81 6B 55
RGB 129 107 85
HSL 30° 20.56% 41.96%
HSB/HSV 30° 34.11% 50.59%
CMYK 0.00% 17.05% 34.11%
49.41%

Color #816B55 in popluar number systems.

HEX 81 6B 55
Decimal 129 107 85
Binary 10000001 1101011 1010101
Octal 201 153 125

Shades and tints

Shades of #816B55

#816B55
(129,107,85)
#76624E
(118,98,78)
#6B5947
(107,89,71)
#605040
(96,80,64)
#554739
(85,71,57)
#4A3E32
(74,62,50)
#3F352B
(63,53,43)
#342C24
(52,44,36)
#29231D
(41,35,29)
#1E1A16
(30,26,22)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #816B55

#816B55
(129,107,85)
#8C7864
(140,120,100)
#978573
(151,133,115)
#A29282
(162,146,130)
#AD9F91
(173,159,145)
#B8ACA0
(184,172,160)
#C3B9AF
(195,185,175)
#CEC6BE
(206,198,190)
#D9D3CD
(217,211,205)
#E4E0DC
(228,224,220)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816B55 color. Also use rgb(129,107,85) instead hex code.

Text Font Color

.myTextColor { color: #816B55; }

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

This text font color is #816B55.

Background Color

.myBgColor { background-color: #816B55; }

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

This div background color is #816B55.

Border color

.myBorderColor { border: 1px solid #816B55; }

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

This div border color is #816B55.

Opacity

.myOpacity80 { color: #816B55; opacity: 0.8; }

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

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

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

This text has shadow with #816B55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #816B55.

Preview

Color preview on black background

This text has color #816B55 on black background.


Color preview on white background

This text has color #816B55 on white background.


Black color preview on #816B55 background

This text has black color on #816B55 background.


White color preview on #816B55 background

This text has white color on #816B55 background.


Related colors

Complementary color

Complementary color for #hex is #7E94AA.


I love getcolorcode.com

Triadic colors

1 #55816B and #6B5581 with #816B55 are triadic colors.

2 #556B81 and #6B8155 with #816B55 are triadic colors.