COLOR #866F60

HEX: #866F60
RGB: (134,111,96)

Color info

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

RGB color model

#866F60 color RGB value is (134,111,96).

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

RGB channels and saturation

R 134 of 255 = 53%
G 111 of 255 = 44%
B 96 of 255 = 38%

134
111
96

R + G + B ~ 45%. #866F60 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 111 + 96 = 341 (100%)
R 134 of 341 ~ 39.3%
G 111 of 341 ~ 32.55%
B 96 of 341 ~ 28.15%

%39.3
%32.55
%28.15

CMYK color model

#866F60 color CMYK value is (0,17,28,47).

  • cyan value is 0.00%
  • magenta value is 17.16%
  • yellow value is 28.36%
  • key color value is 47.45%
CMYK:
(0,17,28,47)
C0M17Y28K47 
(0%,17%,28%,47%)
(0.00/0.17/0.28/0.47)	

CMYK percentages

%0
%17.16
%28.36
%47.45

Codes

Color #866F60 in popluar color models

866F60
RGB13411196
HSL24°16.52%45.10%
HSB/HSV24°28.36%52.55%
CMYK0.00%17.16%28.36%
47.45%

Color #866F60 in popluar number systems.

HEX866F60
Decimal13411196
Binary1000011011011111100000
Octal206157140

Shades and tints

Shades of #866F60

#866F60
(134,111,96)
#7A6558
(122,101,88)
#6E5B50
(110,91,80)
#625148
(98,81,72)
#564740
(86,71,64)
#4A3D38
(74,61,56)
#3E3330
(62,51,48)
#322928
(50,41,40)
#261F20
(38,31,32)
#1A1518
(26,21,24)
#0E0B10
(14,11,16)
#000000
(0,0,0)

Tints of #866F60

#866F60
(134,111,96)
#917C6E
(145,124,110)
#9C897C
(156,137,124)
#A7968A
(167,150,138)
#B2A398
(178,163,152)
#BDB0A6
(189,176,166)
#C8BDB4
(200,189,180)
#D3CAC2
(211,202,194)
#DED7D0
(222,215,208)
#E9E4DE
(233,228,222)
#F4F1EC
(244,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866F60 color. Also use rgb(134,111,96) instead hex code.

Text Font Color

.myTextColor { color: #866F60; }

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

This text font color is #866F60.


Background Color

.myBgColor { background-color: #866F60; }

<div style="background-color:#866F60">Inner text</div>

This div background color is #866F60.


Border color

.myBorderColor { border: 1px solid #866F60; }

<div style="border:3px solid #866F60">Div</div>

This div border color is #866F60.


Opacity

.myOpacity80 { color: #866F60; opacity: 0.8; }

<p style="color:#866F60;opacity:0.8;">80%</p>

Text with #866F60 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 #866F60;}

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

This text has shadow with #866F60 color.

.textShadow {text-shadow: 3px 3px 1px #866F60, 3px 3px 1px red;}

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

This text has shadow with #866F60 primary color and red secondary color.


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

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

This text has shadow with #866F60 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866F60 on black background.


Color preview on white background

This text has color #866F60 on white background.



Black color preview on #866F60 background

This text has black color on #866F60 background.


White color preview on #866F60 background

This text has white color on #866F60 background.