COLOR #86796B

HEX: #86796B RGB: (134,121,107)

Color info

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

RGB color model

#86796B color RGB value is (134,121,107).

RGB: (134,121,107) (53%, 47%, 42%)

RGB channels and saturation

R 134 of 255 = 53%
G 121 of 255 = 47%
B 107 of 255 = 42%

134
121
107

R + G + B ~ 47%. #86796B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 134 + 121 + 107 = 362 (100%)
R 134 of 362 ~ 37.02%
G 121 of 362 ~ 33.43%
B 107 of 362 ~ 29.56'%

%37.02
%33.43
%29.56

CMYK color model

#86796B color CMYK value is (0,10,20,47).

  • cyan value is 0.00%
  • magenta value is 9.70%
  • yellow value is 20.15%
  • key color value is 47.45%

CMYK: (0,10,20,47)
C0M10Y20K47 (0%, 10%, 20%, 47%)
(0.00 / 0.10 / 0.20 / 0.47)

CMYK percentages

%0
%9.7
%20.15
%47.45

Codes

Color #86796B in popluar color models

86 79 6B
RGB 134 121 107
HSL 31° 11.20% 47.25%
HSB/HSV 31° 20.15% 52.55%
CMYK 0.00% 9.70% 20.15%
47.45%

Color #86796B in popluar number systems.

HEX 86 79 6B
Decimal 134 121 107
Binary 10000110 1111001 1101011
Octal 206 171 153

Shades and tints

Shades of #86796B

#86796B
(134,121,107)
#7A6E62
(122,110,98)
#6E6359
(110,99,89)
#625850
(98,88,80)
#564D47
(86,77,71)
#4A423E
(74,66,62)
#3E3735
(62,55,53)
#322C2C
(50,44,44)
#262123
(38,33,35)
#1A161A
(26,22,26)
#0E0B11
(14,11,17)
#000000
(0,0,0)

Tints of #86796B

#86796B
(134,121,107)
#918578
(145,133,120)
#9C9185
(156,145,133)
#A79D92
(167,157,146)
#B2A99F
(178,169,159)
#BDB5AC
(189,181,172)
#C8C1B9
(200,193,185)
#D3CDC6
(211,205,198)
#DED9D3
(222,217,211)
#E9E5E0
(233,229,224)
#F4F1ED
(244,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86796B color. Also use rgb(134,121,107) instead hex code.

Text Font Color

.myTextColor { color: #86796B; }

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

This text font color is #86796B.

Background Color

.myBgColor { background-color: #86796B; }

<div style="background-color:#86796B">Inner text</div>

This div background color is #86796B.

Border color

.myBorderColor { border: 1px solid #86796B; }

<div style="border:3px solid #86796B">Div</div>

This div border color is #86796B.

Opacity

.myOpacity80 { color: #86796B; opacity: 0.8; }

<p style="color:#86796B;opacity:0.8;">80%</p>

Text with #86796B 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 #86796B;}

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

This text has shadow with #86796B color.


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

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

This text has shadow with #86796B primary color and red secondary color.


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

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

This text has shadow with #86796B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #86796B.

Preview

Color preview on black background

This text has color #86796B on black background.


Color preview on white background

This text has color #86796B on white background.


Black color preview on #86796B background

This text has black color on #86796B background.


White color preview on #86796B background

This text has white color on #86796B background.


Related colors

Complementary color

Complementary color for #hex is #798694.


I love getcolorcode.com

Triadic colors

1 #6B8679 and #796B86 with #86796B are triadic colors.

2 #6B7986 and #79866B with #86796B are triadic colors.