Shades of Donkey Brown #866D57
Tints of Donkey Brown #866D57
RGB
CMYK
RGB Variations
Color information
#866D57 (or 0x866D57) is known color: Donkey Brown. HEX triplet: 86, 6D and 57. RGB value is (134,109,87). Sum of RGB (Red+Green+Blue) = 134+109+87=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 134 - color contains mainly: red. Hex color #866D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866D57 is #7992A8. Grayscale: #727272. Windows color (decimal): -7967401 or 5729670. OLE color: 5729670.
HSL color Cylindrical-coordinate representation of color #866D57: hue angle of 28.09º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #866D57 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 109 | 87 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.47 |
| HSL | 28.09º | 0.21% | 0.43% | - |
| HSV(B) | 28.09º | 0.35% | 0.53% | - |
| XYZ | 17.02 | 16.69 | 11.34 | - |
| YUV | 113.97 | 112.78 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 87 | 0 | 0.19 | 0.35 | 0.47 | 28.09 | 0.21 | 0.43 |
| Hex | 86 | 6D | 57 | 0 | 13 | 23 | 2F | 1C | 15 | 2B |
| Octal | 206 | 155 | 127 | 0 | 23 | 43 | 57 | 34 | 25 | 53 |
| Binary | 10000110 | 1101101 | 1010111 | 0 | 10011 | 100011 | 101111 | 11100 | 10101 | 101011 |
Color Harmonies of #866D57
Complementary color
Monochromatic Colors of #866D57
Black with #866D57
Text Example
Text Example
White with #866D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866D57; }
p { color: rgb(134,109,87); }
H1.HeaderClassName
{
color: #866D57;
}
.AnyTagClassName
{
color: #866D57;
}
</style>
background-color css
<style>
a { background-color: #866D57; }
a { background-color: rgb(134,109,87); }
div.DivClassName
{
background-color: #866D57;
}
.BgClassName
{
background-color: #866D57;
}
</style>
border-color css
<style>
span { border-color: #866D57; }
span { border-color: rgb(134,109,87); }
td.TdClassName
{
border-color: #866D57;
}
.TagClassName
{
border-color: #866D57;
}
</style>