COLOR #86796C

HEX: #86796C RGB: (134,121,108)

Color info

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

RGB color model

#86796C color RGB value is (134,121,108).

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

RGB channels and saturation

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

134
121
108

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

Portions of RGB colors in percentages

R + G + B = 134 + 121 + 108 = 363 (100%)
R 134 of 363 ~ 36.91%
G 121 of 363 ~ 33.33%
B 108 of 363 ~ 29.75'%

%36.91
%33.33
%29.75

CMYK color model

#86796C color CMYK value is (0,10,19,47).

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

CMYK: (0,10,19,47)
C0M10Y19K47 (0%, 10%, 19%, 47%)
(0.00 / 0.10 / 0.19 / 0.47)

CMYK percentages

%0
%9.7
%19.4
%47.45

Codes

Color #86796C in popluar color models

86 79 6C
RGB 134 121 108
HSL 30° 10.74% 47.45%
HSB/HSV 30° 19.40% 52.55%
CMYK 0.00% 9.70% 19.40%
47.45%

Color #86796C in popluar number systems.

HEX 86 79 6C
Decimal 134 121 108
Binary 10000110 1111001 1101100
Octal 206 171 154

Shades and tints

Shades of #86796C

#86796C
(134,121,108)
#7A6E63
(122,110,99)
#6E635A
(110,99,90)
#625851
(98,88,81)
#564D48
(86,77,72)
#4A423F
(74,66,63)
#3E3736
(62,55,54)
#322C2D
(50,44,45)
#262124
(38,33,36)
#1A161B
(26,22,27)
#0E0B12
(14,11,18)
#000000
(0,0,0)

Tints of #86796C

#86796C
(134,121,108)
#918579
(145,133,121)
#9C9186
(156,145,134)
#A79D93
(167,157,147)
#B2A9A0
(178,169,160)
#BDB5AD
(189,181,173)
#C8C1BA
(200,193,186)
#D3CDC7
(211,205,199)
#DED9D4
(222,217,212)
#E9E5E1
(233,229,225)
#F4F1EE
(244,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86796C; }

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

This text font color is #86796C.

Background Color

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

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

This div background color is #86796C.

Border color

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

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

This div border color is #86796C.

Opacity

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

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

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

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

This text has shadow with #86796C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #86796C.

Preview

Color preview on black background

This text has color #86796C on black background.


Color preview on white background

This text has color #86796C on white background.


Black color preview on #86796C background

This text has black color on #86796C background.


White color preview on #86796C background

This text has white color on #86796C background.


Related colors

Complementary color

Complementary color for #hex is #798693.


I love getcolorcode.com

Triadic colors

1 #6C8679 and #796C86 with #86796C are triadic colors.

2 #6C7986 and #79866C with #86796C are triadic colors.