Shades of Donkey Brown #876E5E
Tints of Donkey Brown #876E5E
RGB
CMYK
RGB Variations
Color information
#876E5E (or 0x876E5E) is known color: Donkey Brown. HEX triplet: 87, 6E and 5E. RGB value is (135,110,94). Sum of RGB (Red+Green+Blue) = 135+110+94=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 135 - color contains mainly: red. Hex color #876E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876E5E is #7891A1. Grayscale: #737373. Windows color (decimal): -7901602 or 6188679. OLE color: 6188679.
HSL color Cylindrical-coordinate representation of color #876E5E: hue angle of 23.41º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #876E5E is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 110 | 94 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.47 |
| HSL | 23.41º | 0.18% | 0.45% | - |
| HSV(B) | 23.41º | 0.3% | 0.53% | - |
| XYZ | 17.59 | 17.11 | 12.97 | - |
| YUV | 115.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 110 | 94 | 0 | 0.19 | 0.30 | 0.47 | 23.41 | 0.18 | 0.45 |
| Hex | 87 | 6E | 5E | 0 | 13 | 1E | 2F | 17 | 12 | 2D |
| Octal | 207 | 156 | 136 | 0 | 23 | 36 | 57 | 27 | 22 | 55 |
| Binary | 10000111 | 1101110 | 1011110 | 0 | 10011 | 11110 | 101111 | 10111 | 10010 | 101101 |
Color Harmonies of #876E5E
Complementary color
Monochromatic Colors of #876E5E
Black with #876E5E
Text Example
Text Example
White with #876E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876E5E; }
p { color: rgb(135,110,94); }
H1.HeaderClassName
{
color: #876E5E;
}
.AnyTagClassName
{
color: #876E5E;
}
</style>
background-color css
<style>
a { background-color: #876E5E; }
a { background-color: rgb(135,110,94); }
div.DivClassName
{
background-color: #876E5E;
}
.BgClassName
{
background-color: #876E5E;
}
</style>
border-color css
<style>
span { border-color: #876E5E; }
span { border-color: rgb(135,110,94); }
td.TdClassName
{
border-color: #876E5E;
}
.TagClassName
{
border-color: #876E5E;
}
</style>