Shades of Donkey Brown #876E5A
Tints of Donkey Brown #876E5A
RGB
CMYK
RGB Variations
Color information
#876E5A (or 0x876E5A) is known color: Donkey Brown. HEX triplet: 87, 6E and 5A. RGB value is (135,110,90). Sum of RGB (Red+Green+Blue) = 135+110+90=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #876E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876E5A is #7891A5. Grayscale: #737373. Windows color (decimal): -7901606 or 5926535. OLE color: 5926535.
HSL color Cylindrical-coordinate representation of color #876E5A: hue angle of 26.67º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #876E5A is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 110 | 90 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.47 |
| HSL | 26.67º | 0.2% | 0.44% | - |
| HSV(B) | 26.67º | 0.33% | 0.53% | - |
| XYZ | 17.41 | 17.04 | 12.04 | - |
| YUV | 115.2 | 113.78 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 110 | 90 | 0 | 0.19 | 0.33 | 0.47 | 26.67 | 0.2 | 0.44 |
| Hex | 87 | 6E | 5A | 0 | 13 | 21 | 2F | 1B | 14 | 2C |
| Octal | 207 | 156 | 132 | 0 | 23 | 41 | 57 | 33 | 24 | 54 |
| Binary | 10000111 | 1101110 | 1011010 | 0 | 10011 | 100001 | 101111 | 11011 | 10100 | 101100 |
Color Harmonies of #876E5A
Complementary color
Monochromatic Colors of #876E5A
Black with #876E5A
Text Example
Text Example
White with #876E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876E5A; }
p { color: rgb(135,110,90); }
H1.HeaderClassName
{
color: #876E5A;
}
.AnyTagClassName
{
color: #876E5A;
}
</style>
background-color css
<style>
a { background-color: #876E5A; }
a { background-color: rgb(135,110,90); }
div.DivClassName
{
background-color: #876E5A;
}
.BgClassName
{
background-color: #876E5A;
}
</style>
border-color css
<style>
span { border-color: #876E5A; }
span { border-color: rgb(135,110,90); }
td.TdClassName
{
border-color: #876E5A;
}
.TagClassName
{
border-color: #876E5A;
}
</style>