Shades of Donkey Brown #876C59
Tints of Donkey Brown #876C59
RGB
CMYK
RGB Variations
Color information
#876C59 (or 0x876C59) is known color: Donkey Brown. HEX triplet: 87, 6C and 59. RGB value is (135,108,89). Sum of RGB (Red+Green+Blue) = 135+108+89=332 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.66% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 135 - color contains mainly: red. Hex color #876C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876C59 is #7893A6. Grayscale: #727272. Windows color (decimal): -7902119 or 5860487. OLE color: 5860487.
HSL color Cylindrical-coordinate representation of color #876C59: hue angle of 24.78º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #876C59 is Cyan = 0, Magento = 0.2, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 108 | 89 | - |
| CMYK | 0 | 0.2 | 0.34 | 0.47 |
| HSL | 24.78º | 0.21% | 0.44% | - |
| HSV(B) | 24.78º | 0.34% | 0.53% | - |
| XYZ | 17.16 | 16.6 | 11.75 | - |
| YUV | 113.91 | 113.95 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 108 | 89 | 0 | 0.2 | 0.34 | 0.47 | 24.78 | 0.21 | 0.44 |
| Hex | 87 | 6C | 59 | 0 | 14 | 22 | 2F | 19 | 15 | 2C |
| Octal | 207 | 154 | 131 | 0 | 24 | 42 | 57 | 31 | 25 | 54 |
| Binary | 10000111 | 1101100 | 1011001 | 0 | 10100 | 100010 | 101111 | 11001 | 10101 | 101100 |
Color Harmonies of #876C59
Complementary color
Monochromatic Colors of #876C59
Black with #876C59
Text Example
Text Example
White with #876C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876C59; }
p { color: rgb(135,108,89); }
H1.HeaderClassName
{
color: #876C59;
}
.AnyTagClassName
{
color: #876C59;
}
</style>
background-color css
<style>
a { background-color: #876C59; }
a { background-color: rgb(135,108,89); }
div.DivClassName
{
background-color: #876C59;
}
.BgClassName
{
background-color: #876C59;
}
</style>
border-color css
<style>
span { border-color: #876C59; }
span { border-color: rgb(135,108,89); }
td.TdClassName
{
border-color: #876C59;
}
.TagClassName
{
border-color: #876C59;
}
</style>