COLOR #816A66

HEX: #816A66 RGB: (129,106,102)

Color info

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

RGB color model

#816A66 color RGB value is (129,106,102).

RGB: (129,106,102) (51%, 42%, 40%)

RGB channels and saturation

R 129 of 255 = 51%
G 106 of 255 = 42%
B 102 of 255 = 40%

129
106
102

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

Portions of RGB colors in percentages

R + G + B = 129 + 106 + 102 = 337 (100%)
R 129 of 337 ~ 38.28%
G 106 of 337 ~ 31.45%
B 102 of 337 ~ 30.27'%

%38.28
%31.45
%30.27

CMYK color model

#816A66 color CMYK value is (0,18,21,49).

  • cyan value is 0.00%
  • magenta value is 17.83%
  • yellow value is 20.93%
  • key color value is 49.41%

CMYK: (0,18,21,49)
C0M18Y21K49 (0%, 18%, 21%, 49%)
(0.00 / 0.18 / 0.21 / 0.49)

CMYK percentages

%0
%17.83
%20.93
%49.41

Codes

Color #816A66 in popluar color models

81 6A 66
RGB 129 106 102
HSL 11.69% 45.29%
HSB/HSV 20.93% 50.59%
CMYK 0.00% 17.83% 20.93%
49.41%

Color #816A66 in popluar number systems.

HEX 81 6A 66
Decimal 129 106 102
Binary 10000001 1101010 1100110
Octal 201 152 146

Shades and tints

Shades of #816A66

#816A66
(129,106,102)
#76615D
(118,97,93)
#6B5854
(107,88,84)
#604F4B
(96,79,75)
#554642
(85,70,66)
#4A3D39
(74,61,57)
#3F3430
(63,52,48)
#342B27
(52,43,39)
#29221E
(41,34,30)
#1E1915
(30,25,21)
#13100C
(19,16,12)
#000000
(0,0,0)

Tints of #816A66

#816A66
(129,106,102)
#8C7773
(140,119,115)
#978480
(151,132,128)
#A2918D
(162,145,141)
#AD9E9A
(173,158,154)
#B8ABA7
(184,171,167)
#C3B8B4
(195,184,180)
#CEC5C1
(206,197,193)
#D9D2CE
(217,210,206)
#E4DFDB
(228,223,219)
#EFECE8
(239,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816A66 color. Also use rgb(129,106,102) instead hex code.

Text Font Color

.myTextColor { color: #816A66; }

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

This text font color is #816A66.

Background Color

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

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

This div background color is #816A66.

Border color

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

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

This div border color is #816A66.

Opacity

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

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

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

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

This text has shadow with #816A66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #816A66.

Preview

Color preview on black background

This text has color #816A66 on black background.


Color preview on white background

This text has color #816A66 on white background.


Black color preview on #816A66 background

This text has black color on #816A66 background.


White color preview on #816A66 background

This text has white color on #816A66 background.


Related colors

Complementary color

Complementary color for #hex is #7E9599.


I love getcolorcode.com

Triadic colors

1 #66816A and #6A6681 with #816A66 are triadic colors.

2 #666A81 and #6A8166 with #816A66 are triadic colors.