COLOR #866642

HEX: #866642
RGB: (134,102,66)

Color info

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

RGB color model

#866642 color RGB value is (134,102,66).

  • red value is 134;
  • green value is 102;
  • blue value is 66.
RGB:
(134,102,66)
(53%,40%,26%)

RGB channels and saturation

R 134 of 255 = 53%
G 102 of 255 = 40%
B 66 of 255 = 26%

134
102
66

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

Portions of RGB colors in percentages

R + G + B =
134 + 102 + 66 = 302 (100%)
R 134 of 302 ~ 44.37%
G 102 of 302 ~ 33.77%
B 66 of 302 ~ 21.85%

%44.37
%33.77
%21.85

CMYK color model

#866642 color CMYK value is (0,24,51,47).

  • cyan value is 0.00%
  • magenta value is 23.88%
  • yellow value is 50.75%
  • key color value is 47.45%
CMYK:
(0,24,51,47)
C0M24Y51K47 
(0%,24%,51%,47%)
(0.00/0.24/0.51/0.47)	

CMYK percentages

%0
%23.88
%50.75
%47.45

Codes

Color #866642 in popluar color models

866642
RGB13410266
HSL32°34.00%39.22%
HSB/HSV32°50.75%52.55%
CMYK0.00%23.88%50.75%
47.45%

Color #866642 in popluar number systems.

HEX866642
Decimal13410266
Binary1000011011001101000010
Octal206146102

Shades and tints

Shades of #866642

#866642
(134,102,66)
#7A5D3C
(122,93,60)
#6E5436
(110,84,54)
#624B30
(98,75,48)
#56422A
(86,66,42)
#4A3924
(74,57,36)
#3E301E
(62,48,30)
#322718
(50,39,24)
#261E12
(38,30,18)
#1A150C
(26,21,12)
#0E0C06
(14,12,6)
#000000
(0,0,0)

Tints of #866642

#866642
(134,102,66)
#917353
(145,115,83)
#9C8064
(156,128,100)
#A78D75
(167,141,117)
#B29A86
(178,154,134)
#BDA797
(189,167,151)
#C8B4A8
(200,180,168)
#D3C1B9
(211,193,185)
#DECECA
(222,206,202)
#E9DBDB
(233,219,219)
#F4E8EC
(244,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866642 color. Also use rgb(134,102,66) instead hex code.

Text Font Color

.myTextColor { color: #866642; }

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

This text font color is #866642.


Background Color

.myBgColor { background-color: #866642; }

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

This div background color is #866642.


Border color

.myBorderColor { border: 1px solid #866642; }

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

This div border color is #866642.


Opacity

.myOpacity80 { color: #866642; opacity: 0.8; }

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

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

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

This text has shadow with #866642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866642 on black background.


Color preview on white background

This text has color #866642 on white background.



Black color preview on #866642 background

This text has black color on #866642 background.


White color preview on #866642 background

This text has white color on #866642 background.