Shades of Shadow #876C41
Tints of Shadow #876C41
RGB
CMYK
RGB Variations
Color information
#876C41 (or 0x876C41) is known color: Shadow. HEX triplet: 87, 6C and 41. RGB value is (135,108,65). Sum of RGB (Red+Green+Blue) = 135+108+65=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #876C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876C41 is #7893BE. Grayscale: #6F6F6F. Windows color (decimal): -7902143 or 4287623. OLE color: 4287623.
HSL color Cylindrical-coordinate representation of color #876C41: hue angle of 36.86º 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 #876C41 is Cyan = 0, Magento = 0.2, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 108 | 65 | - |
| CMYK | 0 | 0.2 | 0.52 | 0.47 |
| HSL | 36.86º | 0.35% | 0.39% | - |
| HSV(B) | 36.86º | 0.52% | 0.53% | - |
| XYZ | 16.31 | 16.26 | 7.28 | - |
| YUV | 111.17 | 101.95 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 108 | 65 | 0 | 0.2 | 0.52 | 0.47 | 36.86 | 0.35 | 0.39 |
| Hex | 87 | 6C | 41 | 0 | 14 | 34 | 2F | 25 | 23 | 27 |
| Octal | 207 | 154 | 101 | 0 | 24 | 64 | 57 | 45 | 43 | 47 |
| Binary | 10000111 | 1101100 | 1000001 | 0 | 10100 | 110100 | 101111 | 100101 | 100011 | 100111 |
Color Harmonies of #876C41
Complementary color
Monochromatic Colors of #876C41
Black with #876C41
Text Example
Text Example
White with #876C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876C41; }
p { color: rgb(135,108,65); }
H1.HeaderClassName
{
color: #876C41;
}
.AnyTagClassName
{
color: #876C41;
}
</style>
background-color css
<style>
a { background-color: #876C41; }
a { background-color: rgb(135,108,65); }
div.DivClassName
{
background-color: #876C41;
}
.BgClassName
{
background-color: #876C41;
}
</style>
border-color css
<style>
span { border-color: #876C41; }
span { border-color: rgb(135,108,65); }
td.TdClassName
{
border-color: #876C41;
}
.TagClassName
{
border-color: #876C41;
}
</style>