Shades of Donkey Brown #866E59
Tints of Donkey Brown #866E59
RGB
CMYK
RGB Variations
Color information
#866E59 (or 0x866E59) is known color: Donkey Brown. HEX triplet: 86, 6E and 59. RGB value is (134,110,89). Sum of RGB (Red+Green+Blue) = 134+110+89=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 134 - color contains mainly: red. Hex color #866E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866E59 is #7991A6. Grayscale: #727272. Windows color (decimal): -7967143 or 5860998. OLE color: 5860998.
HSL color Cylindrical-coordinate representation of color #866E59: hue angle of 28º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #866E59 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 110 | 89 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.47 |
| HSL | 28º | 0.2% | 0.44% | - |
| HSV(B) | 28º | 0.34% | 0.53% | - |
| XYZ | 17.21 | 16.94 | 11.81 | - |
| YUV | 114.78 | 113.45 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 110 | 89 | 0 | 0.18 | 0.34 | 0.47 | 28 | 0.2 | 0.44 |
| Hex | 86 | 6E | 59 | 0 | 12 | 22 | 2F | 1C | 14 | 2C |
| Octal | 206 | 156 | 131 | 0 | 22 | 42 | 57 | 34 | 24 | 54 |
| Binary | 10000110 | 1101110 | 1011001 | 0 | 10010 | 100010 | 101111 | 11100 | 10100 | 101100 |
Color Harmonies of #866E59
Complementary color
Monochromatic Colors of #866E59
Black with #866E59
Text Example
Text Example
White with #866E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866E59; }
p { color: rgb(134,110,89); }
H1.HeaderClassName
{
color: #866E59;
}
.AnyTagClassName
{
color: #866E59;
}
</style>
background-color css
<style>
a { background-color: #866E59; }
a { background-color: rgb(134,110,89); }
div.DivClassName
{
background-color: #866E59;
}
.BgClassName
{
background-color: #866E59;
}
</style>
border-color css
<style>
span { border-color: #866E59; }
span { border-color: rgb(134,110,89); }
td.TdClassName
{
border-color: #866E59;
}
.TagClassName
{
border-color: #866E59;
}
</style>