COLOR #876A61

HEX: #876A61
RGB: (135,106,97)

Color info

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

RGB color model

#876A61 color RGB value is (135,106,97).

  • red value is 135;
  • green value is 106;
  • blue value is 97.
RGB:
(135,106,97)
(53%,42%,38%)

RGB channels and saturation

R 135 of 255 = 53%
G 106 of 255 = 42%
B 97 of 255 = 38%

135
106
97

R + G + B ~ 44%. #876A61 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 106 + 97 = 338 (100%)
R 135 of 338 ~ 39.94%
G 106 of 338 ~ 31.36%
B 97 of 338 ~ 28.7%

%39.94
%31.36
%28.7

CMYK color model

#876A61 color CMYK value is (0,21,28,47).

  • cyan value is 0.00%
  • magenta value is 21.48%
  • yellow value is 28.15%
  • key color value is 47.06%
CMYK:
(0,21,28,47)
C0M21Y28K47 
(0%,21%,28%,47%)
(0.00/0.21/0.28/0.47)	

CMYK percentages

%0
%21.48
%28.15
%47.06

Codes

Color #876A61 in popluar color models

876A61
RGB13510697
HSL14°16.38%45.49%
HSB/HSV14°28.15%52.94%
CMYK0.00%21.48%28.15%
47.06%

Color #876A61 in popluar number systems.

HEX876A61
Decimal13510697
Binary1000011111010101100001
Octal207152141

Shades and tints

Shades of #876A61

#876A61
(135,106,97)
#7B6159
(123,97,89)
#6F5851
(111,88,81)
#634F49
(99,79,73)
#574641
(87,70,65)
#4B3D39
(75,61,57)
#3F3431
(63,52,49)
#332B29
(51,43,41)
#272221
(39,34,33)
#1B1919
(27,25,25)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #876A61

#876A61
(135,106,97)
#91776F
(145,119,111)
#9B847D
(155,132,125)
#A5918B
(165,145,139)
#AF9E99
(175,158,153)
#B9ABA7
(185,171,167)
#C3B8B5
(195,184,181)
#CDC5C3
(205,197,195)
#D7D2D1
(215,210,209)
#E1DFDF
(225,223,223)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876A61 color. Also use rgb(135,106,97) instead hex code.

Text Font Color

.myTextColor { color: #876A61; }

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

This text font color is #876A61.


Background Color

.myBgColor { background-color: #876A61; }

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

This div background color is #876A61.


Border color

.myBorderColor { border: 1px solid #876A61; }

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

This div border color is #876A61.


Opacity

.myOpacity80 { color: #876A61; opacity: 0.8; }

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

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

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

This text has shadow with #876A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876A61 on black background.


Color preview on white background

This text has color #876A61 on white background.



Black color preview on #876A61 background

This text has black color on #876A61 background.


White color preview on #876A61 background

This text has white color on #876A61 background.