Shades of Donkey Brown #866F59
Tints of Donkey Brown #866F59
RGB
CMYK
RGB Variations
Color information
#866F59 (or 0x866F59) is known color: Donkey Brown. HEX triplet: 86, 6F and 59. RGB value is (134,111,89). Sum of RGB (Red+Green+Blue) = 134+111+89=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 134 - color contains mainly: red. Hex color #866F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866F59 is #7990A6. Grayscale: #737373. Windows color (decimal): -7966887 or 5861254. OLE color: 5861254.
HSL color Cylindrical-coordinate representation of color #866F59: hue angle of 29.33º 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 #866F59 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 111 | 89 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.47 |
| HSL | 29.33º | 0.2% | 0.44% | - |
| HSV(B) | 29.33º | 0.34% | 0.53% | - |
| XYZ | 17.32 | 17.16 | 11.85 | - |
| YUV | 115.37 | 113.12 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 111 | 89 | 0 | 0.17 | 0.34 | 0.47 | 29.33 | 0.2 | 0.44 |
| Hex | 86 | 6F | 59 | 0 | 11 | 22 | 2F | 1D | 14 | 2C |
| Octal | 206 | 157 | 131 | 0 | 21 | 42 | 57 | 35 | 24 | 54 |
| Binary | 10000110 | 1101111 | 1011001 | 0 | 10001 | 100010 | 101111 | 11101 | 10100 | 101100 |
Color Harmonies of #866F59
Complementary color
Monochromatic Colors of #866F59
Black with #866F59
Text Example
Text Example
White with #866F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866F59; }
p { color: rgb(134,111,89); }
H1.HeaderClassName
{
color: #866F59;
}
.AnyTagClassName
{
color: #866F59;
}
</style>
background-color css
<style>
a { background-color: #866F59; }
a { background-color: rgb(134,111,89); }
div.DivClassName
{
background-color: #866F59;
}
.BgClassName
{
background-color: #866F59;
}
</style>
border-color css
<style>
span { border-color: #866F59; }
span { border-color: rgb(134,111,89); }
td.TdClassName
{
border-color: #866F59;
}
.TagClassName
{
border-color: #866F59;
}
</style>