Shades of Donkey Brown #876C55
Tints of Donkey Brown #876C55
RGB
CMYK
RGB Variations
Color information
#876C55 (or 0x876C55) is known color: Donkey Brown. HEX triplet: 87, 6C and 55. RGB value is (135,108,85). Sum of RGB (Red+Green+Blue) = 135+108+85=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 135 - color contains mainly: red. Hex color #876C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876C55 is #7893AA. Grayscale: #717171. Windows color (decimal): -7902123 or 5598343. OLE color: 5598343.
HSL color Cylindrical-coordinate representation of color #876C55: hue angle of 27.6º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #876C55 is Cyan = 0, Magento = 0.2, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 108 | 85 | - |
| CMYK | 0 | 0.2 | 0.37 | 0.47 |
| HSL | 27.6º | 0.23% | 0.43% | - |
| HSV(B) | 27.6º | 0.37% | 0.53% | - |
| XYZ | 16.99 | 16.53 | 10.89 | - |
| YUV | 113.45 | 111.95 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 108 | 85 | 0 | 0.2 | 0.37 | 0.47 | 27.6 | 0.23 | 0.43 |
| Hex | 87 | 6C | 55 | 0 | 14 | 25 | 2F | 1C | 17 | 2B |
| Octal | 207 | 154 | 125 | 0 | 24 | 45 | 57 | 34 | 27 | 53 |
| Binary | 10000111 | 1101100 | 1010101 | 0 | 10100 | 100101 | 101111 | 11100 | 10111 | 101011 |
Color Harmonies of #876C55
Complementary color
Monochromatic Colors of #876C55
Black with #876C55
Text Example
Text Example
White with #876C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876C55; }
p { color: rgb(135,108,85); }
H1.HeaderClassName
{
color: #876C55;
}
.AnyTagClassName
{
color: #876C55;
}
</style>
background-color css
<style>
a { background-color: #876C55; }
a { background-color: rgb(135,108,85); }
div.DivClassName
{
background-color: #876C55;
}
.BgClassName
{
background-color: #876C55;
}
</style>
border-color css
<style>
span { border-color: #876C55; }
span { border-color: rgb(135,108,85); }
td.TdClassName
{
border-color: #876C55;
}
.TagClassName
{
border-color: #876C55;
}
</style>