Shades of Donkey Brown #876D59
Tints of Donkey Brown #876D59
RGB
CMYK
RGB Variations
Color information
#876D59 (or 0x876D59) is known color: Donkey Brown. HEX triplet: 87, 6D and 59. RGB value is (135,109,89). Sum of RGB (Red+Green+Blue) = 135+109+89=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #876D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876D59 is #7892A6. Grayscale: #727272. Windows color (decimal): -7901863 or 5860743. OLE color: 5860743.
HSL color Cylindrical-coordinate representation of color #876D59: hue angle of 26.09º 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 #876D59 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 109 | 89 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.47 |
| HSL | 26.09º | 0.21% | 0.44% | - |
| HSV(B) | 26.09º | 0.34% | 0.53% | - |
| XYZ | 17.26 | 16.81 | 11.79 | - |
| YUV | 114.49 | 113.61 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 109 | 89 | 0 | 0.19 | 0.34 | 0.47 | 26.09 | 0.21 | 0.44 |
| Hex | 87 | 6D | 59 | 0 | 13 | 22 | 2F | 1A | 15 | 2C |
| Octal | 207 | 155 | 131 | 0 | 23 | 42 | 57 | 32 | 25 | 54 |
| Binary | 10000111 | 1101101 | 1011001 | 0 | 10011 | 100010 | 101111 | 11010 | 10101 | 101100 |
Color Harmonies of #876D59
Complementary color
Monochromatic Colors of #876D59
Black with #876D59
Text Example
Text Example
White with #876D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876D59; }
p { color: rgb(135,109,89); }
H1.HeaderClassName
{
color: #876D59;
}
.AnyTagClassName
{
color: #876D59;
}
</style>
background-color css
<style>
a { background-color: #876D59; }
a { background-color: rgb(135,109,89); }
div.DivClassName
{
background-color: #876D59;
}
.BgClassName
{
background-color: #876D59;
}
</style>
border-color css
<style>
span { border-color: #876D59; }
span { border-color: rgb(135,109,89); }
td.TdClassName
{
border-color: #876D59;
}
.TagClassName
{
border-color: #876D59;
}
</style>