Shades of Donkey Brown #866B59
Tints of Donkey Brown #866B59
RGB
CMYK
RGB Variations
Color information
#866B59 (or 0x866B59) is known color: Donkey Brown. HEX triplet: 86, 6B and 59. RGB value is (134,107,89). Sum of RGB (Red+Green+Blue) = 134+107+89=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 134 - color contains mainly: red. Hex color #866B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866B59 is #7994A6. Grayscale: #717171. Windows color (decimal): -7967911 or 5860230. OLE color: 5860230.
HSL color Cylindrical-coordinate representation of color #866B59: hue angle of 24º 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 #866B59 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 107 | 89 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.47 |
| HSL | 24º | 0.2% | 0.44% | - |
| HSV(B) | 24º | 0.34% | 0.53% | - |
| XYZ | 16.89 | 16.3 | 11.71 | - |
| YUV | 113.02 | 114.45 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 107 | 89 | 0 | 0.20 | 0.34 | 0.47 | 24 | 0.2 | 0.44 |
| Hex | 86 | 6B | 59 | 0 | 14 | 22 | 2F | 18 | 14 | 2C |
| Octal | 206 | 153 | 131 | 0 | 24 | 42 | 57 | 30 | 24 | 54 |
| Binary | 10000110 | 1101011 | 1011001 | 0 | 10100 | 100010 | 101111 | 11000 | 10100 | 101100 |
Color Harmonies of #866B59
Complementary color
Monochromatic Colors of #866B59
Black with #866B59
Text Example
Text Example
White with #866B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866B59; }
p { color: rgb(134,107,89); }
H1.HeaderClassName
{
color: #866B59;
}
.AnyTagClassName
{
color: #866B59;
}
</style>
background-color css
<style>
a { background-color: #866B59; }
a { background-color: rgb(134,107,89); }
div.DivClassName
{
background-color: #866B59;
}
.BgClassName
{
background-color: #866B59;
}
</style>
border-color css
<style>
span { border-color: #866B59; }
span { border-color: rgb(134,107,89); }
td.TdClassName
{
border-color: #866B59;
}
.TagClassName
{
border-color: #866B59;
}
</style>