COLOR #86685F

HEX: #86685F
RGB: (134,104,95)

Color info

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

RGB color model

#86685F color RGB value is (134,104,95).

  • red value is 134;
  • green value is 104;
  • blue value is 95.
RGB:
(134,104,95)
(53%,41%,37%)

RGB channels and saturation

R 134 of 255 = 53%
G 104 of 255 = 41%
B 95 of 255 = 37%

134
104
95

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

Portions of RGB colors in percentages

R + G + B =
134 + 104 + 95 = 333 (100%)
R 134 of 333 ~ 40.24%
G 104 of 333 ~ 31.23%
B 95 of 333 ~ 28.53%

%40.24
%31.23
%28.53

CMYK color model

#86685F color CMYK value is (0,22,29,47).

  • cyan value is 0.00%
  • magenta value is 22.39%
  • yellow value is 29.10%
  • key color value is 47.45%
CMYK:
(0,22,29,47)
C0M22Y29K47 
(0%,22%,29%,47%)
(0.00/0.22/0.29/0.47)	

CMYK percentages

%0
%22.39
%29.1
%47.45

Codes

Color #86685F in popluar color models

86685F
RGB13410495
HSL14°17.03%44.90%
HSB/HSV14°29.10%52.55%
CMYK0.00%22.39%29.10%
47.45%

Color #86685F in popluar number systems.

HEX86685F
Decimal13410495
Binary1000011011010001011111
Octal206150137

Shades and tints

Shades of #86685F

#86685F
(134,104,95)
#7A5F57
(122,95,87)
#6E564F
(110,86,79)
#624D47
(98,77,71)
#56443F
(86,68,63)
#4A3B37
(74,59,55)
#3E322F
(62,50,47)
#322927
(50,41,39)
#26201F
(38,32,31)
#1A1717
(26,23,23)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #86685F

#86685F
(134,104,95)
#91756D
(145,117,109)
#9C827B
(156,130,123)
#A78F89
(167,143,137)
#B29C97
(178,156,151)
#BDA9A5
(189,169,165)
#C8B6B3
(200,182,179)
#D3C3C1
(211,195,193)
#DED0CF
(222,208,207)
#E9DDDD
(233,221,221)
#F4EAEB
(244,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86685F color. Also use rgb(134,104,95) instead hex code.

Text Font Color

.myTextColor { color: #86685F; }

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

This text font color is #86685F.


Background Color

.myBgColor { background-color: #86685F; }

<div style="background-color:#86685F">Inner text</div>

This div background color is #86685F.


Border color

.myBorderColor { border: 1px solid #86685F; }

<div style="border:3px solid #86685F">Div</div>

This div border color is #86685F.


Opacity

.myOpacity80 { color: #86685F; opacity: 0.8; }

<p style="color:#86685F;opacity:0.8;">80%</p>

Text with #86685F 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 #86685F;}

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

This text has shadow with #86685F color.

.textShadow {text-shadow: 3px 3px 1px #86685F, 3px 3px 1px red;}

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

This text has shadow with #86685F primary color and red secondary color.


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

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

This text has shadow with #86685F and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #86685F;
-webkit-box-shadow: 1px 1px 3px 2px #86685F;
box-shadow:1px 1px 3px 2px #86685F;">
Div content here</div>
This div box has shadow with color #86685F.

Preview

Color preview on black background

This text has color #86685F on black background.


Color preview on white background

This text has color #86685F on white background.



Black color preview on #86685F background

This text has black color on #86685F background.


White color preview on #86685F background

This text has white color on #86685F background.