COLOR #866A10

HEX: #866A10
RGB: (134,106,16)

Color info

#866A10 contains mainly red and green colors. Web safe color of #866A10 is #996600 (or #960).

RGB color model

#866A10 color RGB value is (134,106,16).

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

RGB channels and saturation

R 134 of 255 = 53%
G 106 of 255 = 42%
B 16 of 255 = 6%

134
106
16

R + G + B ~ 34%. #866A10 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 106 + 16 = 256 (100%)
R 134 of 256 ~ 52.34%
G 106 of 256 ~ 41.41%
B 16 of 256 ~ 6.25%

%52.34
%41.41

CMYK color model

#866A10 color CMYK value is (0,21,88,47).

  • cyan value is 0.00%
  • magenta value is 20.90%
  • yellow value is 88.06%
  • key color value is 47.45%
CMYK:
(0,21,88,47)
C0M21Y88K47 
(0%,21%,88%,47%)
(0.00/0.21/0.88/0.47)	

CMYK percentages

%0
%20.9
%88.06
%47.45

Codes

Color #866A10 in popluar color models

866A10
RGB13410616
HSL46°78.67%29.41%
HSB/HSV46°88.06%52.55%
CMYK0.00%20.90%88.06%
47.45%

Color #866A10 in popluar number systems.

HEX866A10
Decimal13410616
Binary10000110110101010000
Octal20615220

Shades and tints

Shades of #866A10

#866A10
(134,106,16)
#7A610F
(122,97,15)
#6E580E
(110,88,14)
#624F0D
(98,79,13)
#56460C
(86,70,12)
#4A3D0B
(74,61,11)
#3E340A
(62,52,10)
#322B09
(50,43,9)
#262208
(38,34,8)
#1A1907
(26,25,7)
#0E1006
(14,16,6)
#000000
(0,0,0)

Tints of #866A10

#866A10
(134,106,16)
#917725
(145,119,37)
#9C843A
(156,132,58)
#A7914F
(167,145,79)
#B29E64
(178,158,100)
#BDAB79
(189,171,121)
#C8B88E
(200,184,142)
#D3C5A3
(211,197,163)
#DED2B8
(222,210,184)
#E9DFCD
(233,223,205)
#F4ECE2
(244,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #866A10; }

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

This text font color is #866A10.


Background Color

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

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

This div background color is #866A10.


Border color

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

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

This div border color is #866A10.


Opacity

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

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

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

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

This text has shadow with #866A10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866A10 on black background.


Color preview on white background

This text has color #866A10 on white background.



Black color preview on #866A10 background

This text has black color on #866A10 background.


White color preview on #866A10 background

This text has white color on #866A10 background.