COLOR #816E6F

HEX: #816E6F RGB: (129,110,111)

Color info

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

RGB color model

#816E6F color RGB value is (129,110,111).

RGB: (129,110,111) (51%, 43%, 44%)

RGB channels and saturation

R 129 of 255 = 51%
G 110 of 255 = 43%
B 111 of 255 = 44%

129
110
111

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

Portions of RGB colors in percentages

R + G + B = 129 + 110 + 111 = 350 (100%)
R 129 of 350 ~ 36.86%
G 110 of 350 ~ 31.43%
B 111 of 350 ~ 31.71'%

%36.86
%31.43
%31.71

CMYK color model

#816E6F color CMYK value is (0,15,14,49).

  • cyan value is 0.00%
  • magenta value is 14.73%
  • yellow value is 13.95%
  • key color value is 49.41%

CMYK: (0,15,14,49)
C0M15Y14K49 (0%, 15%, 14%, 49%)
(0.00 / 0.15 / 0.14 / 0.49)

CMYK percentages

%0
%14.73
%13.95
%49.41

Codes

Color #816E6F in popluar color models

81 6E 6F
RGB 129 110 111
HSL 357° 7.95% 46.86%
HSB/HSV 357° 14.73% 50.59%
CMYK 0.00% 14.73% 13.95%
49.41%

Color #816E6F in popluar number systems.

HEX 81 6E 6F
Decimal 129 110 111
Binary 10000001 1101110 1101111
Octal 201 156 157

Shades and tints

Shades of #816E6F

#816E6F
(129,110,111)
#766465
(118,100,101)
#6B5A5B
(107,90,91)
#605051
(96,80,81)
#554647
(85,70,71)
#4A3C3D
(74,60,61)
#3F3233
(63,50,51)
#342829
(52,40,41)
#291E1F
(41,30,31)
#1E1415
(30,20,21)
#130A0B
(19,10,11)
#000000
(0,0,0)

Tints of #816E6F

#816E6F
(129,110,111)
#8C7B7C
(140,123,124)
#978889
(151,136,137)
#A29596
(162,149,150)
#ADA2A3
(173,162,163)
#B8AFB0
(184,175,176)
#C3BCBD
(195,188,189)
#CEC9CA
(206,201,202)
#D9D6D7
(217,214,215)
#E4E3E4
(228,227,228)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816E6F color. Also use rgb(129,110,111) instead hex code.

Text Font Color

.myTextColor { color: #816E6F; }

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

This text font color is #816E6F.

Background Color

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

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

This div background color is #816E6F.

Border color

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

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

This div border color is #816E6F.

Opacity

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

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

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

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

This text has shadow with #816E6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #816E6F.

Preview

Color preview on black background

This text has color #816E6F on black background.


Color preview on white background

This text has color #816E6F on white background.


Black color preview on #816E6F background

This text has black color on #816E6F background.


White color preview on #816E6F background

This text has white color on #816E6F background.


Related colors

Complementary color

Complementary color for #hex is #7E9190.


I love getcolorcode.com

Triadic colors

1 #6F816E and #6E6F81 with #816E6F are triadic colors.

2 #6F6E81 and #6E816F with #816E6F are triadic colors.