Shades of Donkey Brown #866C59
Tints of Donkey Brown #866C59
RGB
CMYK
RGB Variations
Color information
#866C59 (or 0x866C59) is known color: Donkey Brown. HEX triplet: 86, 6C and 59. RGB value is (134,108,89). Sum of RGB (Red+Green+Blue) = 134+108+89=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 134 - color contains mainly: red. Hex color #866C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866C59 is #7993A6. Grayscale: #717171. Windows color (decimal): -7967655 or 5860486. OLE color: 5860486.
HSL color Cylindrical-coordinate representation of color #866C59: hue angle of 25.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 #866C59 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 108 | 89 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.47 |
| HSL | 25.33º | 0.2% | 0.44% | - |
| HSV(B) | 25.33º | 0.34% | 0.53% | - |
| XYZ | 17 | 16.51 | 11.74 | - |
| YUV | 113.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 108 | 89 | 0 | 0.19 | 0.34 | 0.47 | 25.33 | 0.2 | 0.44 |
| Hex | 86 | 6C | 59 | 0 | 13 | 22 | 2F | 19 | 14 | 2C |
| Octal | 206 | 154 | 131 | 0 | 23 | 42 | 57 | 31 | 24 | 54 |
| Binary | 10000110 | 1101100 | 1011001 | 0 | 10011 | 100010 | 101111 | 11001 | 10100 | 101100 |
Color Harmonies of #866C59
Complementary color
Monochromatic Colors of #866C59
Black with #866C59
Text Example
Text Example
White with #866C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866C59; }
p { color: rgb(134,108,89); }
H1.HeaderClassName
{
color: #866C59;
}
.AnyTagClassName
{
color: #866C59;
}
</style>
background-color css
<style>
a { background-color: #866C59; }
a { background-color: rgb(134,108,89); }
div.DivClassName
{
background-color: #866C59;
}
.BgClassName
{
background-color: #866C59;
}
</style>
border-color css
<style>
span { border-color: #866C59; }
span { border-color: rgb(134,108,89); }
td.TdClassName
{
border-color: #866C59;
}
.TagClassName
{
border-color: #866C59;
}
</style>