COLOR #86696F

HEX: #86696F
RGB: (134,105,111)

Color info

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

RGB color model

#86696F color RGB value is (134,105,111).

  • red value is 134;
  • green value is 105;
  • blue value is 111.
RGB:
(134,105,111)
(53%,41%,44%)

RGB channels and saturation

R 134 of 255 = 53%
G 105 of 255 = 41%
B 111 of 255 = 44%

134
105
111

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

Portions of RGB colors in percentages

R + G + B =
134 + 105 + 111 = 350 (100%)
R 134 of 350 ~ 38.29%
G 105 of 350 ~ 30%
B 111 of 350 ~ 31.71%

%38.29
%30
%31.71

CMYK color model

#86696F color CMYK value is (0,22,17,47).

  • cyan value is 0.00%
  • magenta value is 21.64%
  • yellow value is 17.16%
  • key color value is 47.45%
CMYK:
(0,22,17,47)
C0M22Y17K47 
(0%,22%,17%,47%)
(0.00/0.22/0.17/0.47)	

CMYK percentages

%0
%21.64
%17.16
%47.45

Codes

Color #86696F in popluar color models

86696F
RGB134105111
HSL348°12.13%46.86%
HSB/HSV348°21.64%52.55%
CMYK0.00%21.64%17.16%
47.45%

Color #86696F in popluar number systems.

HEX86696F
Decimal134105111
Binary1000011011010011101111
Octal206151157

Shades and tints

Shades of #86696F

#86696F
(134,105,111)
#7A6065
(122,96,101)
#6E575B
(110,87,91)
#624E51
(98,78,81)
#564547
(86,69,71)
#4A3C3D
(74,60,61)
#3E3333
(62,51,51)
#322A29
(50,42,41)
#26211F
(38,33,31)
#1A1815
(26,24,21)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #86696F

#86696F
(134,105,111)
#91767C
(145,118,124)
#9C8389
(156,131,137)
#A79096
(167,144,150)
#B29DA3
(178,157,163)
#BDAAB0
(189,170,176)
#C8B7BD
(200,183,189)
#D3C4CA
(211,196,202)
#DED1D7
(222,209,215)
#E9DEE4
(233,222,228)
#F4EBF1
(244,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86696F color. Also use rgb(134,105,111) instead hex code.

Text Font Color

.myTextColor { color: #86696F; }

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

This text font color is #86696F.


Background Color

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

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

This div background color is #86696F.


Border color

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

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

This div border color is #86696F.


Opacity

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

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

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

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

This text has shadow with #86696F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86696F on black background.


Color preview on white background

This text has color #86696F on white background.



Black color preview on #86696F background

This text has black color on #86696F background.


White color preview on #86696F background

This text has white color on #86696F background.