COLOR #866A40

HEX: #866A40
RGB: (134,106,64)

Color info

#866A40 contains mainly red and green colors. Web safe color of #866A40 is #996633 (or #963).

RGB color model

#866A40 color RGB value is (134,106,64).

  • red value is 134;
  • green value is 106;
  • blue value is 64.
RGB:
(134,106,64)
(53%,42%,25%)

RGB channels and saturation

R 134 of 255 = 53%
G 106 of 255 = 42%
B 64 of 255 = 25%

134
106
64

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

Portions of RGB colors in percentages

R + G + B =
134 + 106 + 64 = 304 (100%)
R 134 of 304 ~ 44.08%
G 106 of 304 ~ 34.87%
B 64 of 304 ~ 21.05%

%44.08
%34.87
%21.05

CMYK color model

#866A40 color CMYK value is (0,21,52,47).

  • cyan value is 0.00%
  • magenta value is 20.90%
  • yellow value is 52.24%
  • key color value is 47.45%
CMYK:
(0,21,52,47)
C0M21Y52K47 
(0%,21%,52%,47%)
(0.00/0.21/0.52/0.47)	

CMYK percentages

%0
%20.9
%52.24
%47.45

Codes

Color #866A40 in popluar color models

866A40
RGB13410664
HSL36°35.35%38.82%
HSB/HSV36°52.24%52.55%
CMYK0.00%20.90%52.24%
47.45%

Color #866A40 in popluar number systems.

HEX866A40
Decimal13410664
Binary1000011011010101000000
Octal206152100

Shades and tints

Shades of #866A40

#866A40
(134,106,64)
#7A613B
(122,97,59)
#6E5836
(110,88,54)
#624F31
(98,79,49)
#56462C
(86,70,44)
#4A3D27
(74,61,39)
#3E3422
(62,52,34)
#322B1D
(50,43,29)
#262218
(38,34,24)
#1A1913
(26,25,19)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #866A40

#866A40
(134,106,64)
#917751
(145,119,81)
#9C8462
(156,132,98)
#A79173
(167,145,115)
#B29E84
(178,158,132)
#BDAB95
(189,171,149)
#C8B8A6
(200,184,166)
#D3C5B7
(211,197,183)
#DED2C8
(222,210,200)
#E9DFD9
(233,223,217)
#F4ECEA
(244,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866A40 color. Also use rgb(134,106,64) instead hex code.

Text Font Color

.myTextColor { color: #866A40; }

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

This text font color is #866A40.


Background Color

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

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

This div background color is #866A40.


Border color

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

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

This div border color is #866A40.


Opacity

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

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

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

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

This text has shadow with #866A40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866A40 on black background.


Color preview on white background

This text has color #866A40 on white background.



Black color preview on #866A40 background

This text has black color on #866A40 background.


White color preview on #866A40 background

This text has white color on #866A40 background.