Shades of Shadow #876C43
Tints of Shadow #876C43
RGB
CMYK
RGB Variations
Color information
#876C43 (or 0x876C43) is known color: Shadow. HEX triplet: 87, 6C and 43. RGB value is (135,108,67). Sum of RGB (Red+Green+Blue) = 135+108+67=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 135 - color contains mainly: red. Hex color #876C43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876C43 is #7893BC. Grayscale: #6F6F6F. Windows color (decimal): -7902141 or 4418695. OLE color: 4418695.
HSL color Cylindrical-coordinate representation of color #876C43: hue angle of 36.18º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #876C43 is Cyan = 0, Magento = 0.2, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 108 | 67 | - |
| CMYK | 0 | 0.2 | 0.50 | 0.47 |
| HSL | 36.18º | 0.34% | 0.4% | - |
| HSV(B) | 36.18º | 0.5% | 0.53% | - |
| XYZ | 16.37 | 16.28 | 7.59 | - |
| YUV | 111.4 | 102.95 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 108 | 67 | 0 | 0.2 | 0.50 | 0.47 | 36.18 | 0.34 | 0.4 |
| Hex | 87 | 6C | 43 | 0 | 14 | 32 | 2F | 24 | 22 | 28 |
| Octal | 207 | 154 | 103 | 0 | 24 | 62 | 57 | 44 | 42 | 50 |
| Binary | 10000111 | 1101100 | 1000011 | 0 | 10100 | 110010 | 101111 | 100100 | 100010 | 101000 |
Color Harmonies of #876C43
Complementary color
Monochromatic Colors of #876C43
Black with #876C43
Text Example
Text Example
White with #876C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876C43; }
p { color: rgb(135,108,67); }
H1.HeaderClassName
{
color: #876C43;
}
.AnyTagClassName
{
color: #876C43;
}
</style>
background-color css
<style>
a { background-color: #876C43; }
a { background-color: rgb(135,108,67); }
div.DivClassName
{
background-color: #876C43;
}
.BgClassName
{
background-color: #876C43;
}
</style>
border-color css
<style>
span { border-color: #876C43; }
span { border-color: rgb(135,108,67); }
td.TdClassName
{
border-color: #876C43;
}
.TagClassName
{
border-color: #876C43;
}
</style>