Shades of Donkey Brown #876C5B
Tints of Donkey Brown #876C5B
RGB
CMYK
RGB Variations
Color information
#876C5B (or 0x876C5B) is known color: Donkey Brown. HEX triplet: 87, 6C and 5B. RGB value is (135,108,91). Sum of RGB (Red+Green+Blue) = 135+108+91=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #876C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876C5B is #7893A4. Grayscale: #727272. Windows color (decimal): -7902117 or 5991559. OLE color: 5991559.
HSL color Cylindrical-coordinate representation of color #876C5B: hue angle of 23.18º degrees, saturation: 0.19, 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 #876C5B is Cyan = 0, Magento = 0.2, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 108 | 91 | - |
| CMYK | 0 | 0.2 | 0.33 | 0.47 |
| HSL | 23.18º | 0.19% | 0.44% | - |
| HSV(B) | 23.18º | 0.33% | 0.53% | - |
| XYZ | 17.24 | 16.63 | 12.2 | - |
| YUV | 114.14 | 114.95 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 108 | 91 | 0 | 0.2 | 0.33 | 0.47 | 23.18 | 0.19 | 0.44 |
| Hex | 87 | 6C | 5B | 0 | 14 | 21 | 2F | 17 | 13 | 2C |
| Octal | 207 | 154 | 133 | 0 | 24 | 41 | 57 | 27 | 23 | 54 |
| Binary | 10000111 | 1101100 | 1011011 | 0 | 10100 | 100001 | 101111 | 10111 | 10011 | 101100 |
Color Harmonies of #876C5B
Complementary color
Monochromatic Colors of #876C5B
Black with #876C5B
Text Example
Text Example
White with #876C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876C5B; }
p { color: rgb(135,108,91); }
H1.HeaderClassName
{
color: #876C5B;
}
.AnyTagClassName
{
color: #876C5B;
}
</style>
background-color css
<style>
a { background-color: #876C5B; }
a { background-color: rgb(135,108,91); }
div.DivClassName
{
background-color: #876C5B;
}
.BgClassName
{
background-color: #876C5B;
}
</style>
border-color css
<style>
span { border-color: #876C5B; }
span { border-color: rgb(135,108,91); }
td.TdClassName
{
border-color: #876C5B;
}
.TagClassName
{
border-color: #876C5B;
}
</style>