Shades of Shadow #876F41
Tints of Shadow #876F41
RGB
CMYK
RGB Variations
Color information
#876F41 (or 0x876F41) is known color: Shadow. HEX triplet: 87, 6F and 41. RGB value is (135,111,65). Sum of RGB (Red+Green+Blue) = 135+111+65=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #876F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876F41 is #7890BE. Grayscale: #717171. Windows color (decimal): -7901375 or 4288391. OLE color: 4288391.
HSL color Cylindrical-coordinate representation of color #876F41: hue angle of 39.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #876F41 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 111 | 65 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.47 |
| HSL | 39.43º | 0.35% | 0.39% | - |
| HSV(B) | 39.43º | 0.52% | 0.53% | - |
| XYZ | 16.63 | 16.9 | 7.39 | - |
| YUV | 112.93 | 100.95 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 111 | 65 | 0 | 0.18 | 0.52 | 0.47 | 39.43 | 0.35 | 0.39 |
| Hex | 87 | 6F | 41 | 0 | 12 | 34 | 2F | 27 | 23 | 27 |
| Octal | 207 | 157 | 101 | 0 | 22 | 64 | 57 | 47 | 43 | 47 |
| Binary | 10000111 | 1101111 | 1000001 | 0 | 10010 | 110100 | 101111 | 100111 | 100011 | 100111 |
Color Harmonies of #876F41
Complementary color
Monochromatic Colors of #876F41
Black with #876F41
Text Example
Text Example
White with #876F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876F41; }
p { color: rgb(135,111,65); }
H1.HeaderClassName
{
color: #876F41;
}
.AnyTagClassName
{
color: #876F41;
}
</style>
background-color css
<style>
a { background-color: #876F41; }
a { background-color: rgb(135,111,65); }
div.DivClassName
{
background-color: #876F41;
}
.BgClassName
{
background-color: #876F41;
}
</style>
border-color css
<style>
span { border-color: #876F41; }
span { border-color: rgb(135,111,65); }
td.TdClassName
{
border-color: #876F41;
}
.TagClassName
{
border-color: #876F41;
}
</style>