Shades of Donkey Brown #866D5F
Tints of Donkey Brown #866D5F
RGB
CMYK
RGB Variations
Color information
#866D5F (or 0x866D5F) is known color: Donkey Brown. HEX triplet: 86, 6D and 5F. RGB value is (134,109,95). Sum of RGB (Red+Green+Blue) = 134+109+95=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 134 - color contains mainly: red. Hex color #866D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866D5F is #7992A0. Grayscale: #727272. Windows color (decimal): -7967393 or 6253958. OLE color: 6253958.
HSL color Cylindrical-coordinate representation of color #866D5F: hue angle of 21.54º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #866D5F is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 109 | 95 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.47 |
| HSL | 21.54º | 0.17% | 0.45% | - |
| HSV(B) | 21.54º | 0.29% | 0.53% | - |
| XYZ | 17.37 | 16.83 | 13.16 | - |
| YUV | 114.88 | 116.78 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 95 | 0 | 0.19 | 0.29 | 0.47 | 21.54 | 0.17 | 0.45 |
| Hex | 86 | 6D | 5F | 0 | 13 | 1D | 2F | 16 | 11 | 2D |
| Octal | 206 | 155 | 137 | 0 | 23 | 35 | 57 | 26 | 21 | 55 |
| Binary | 10000110 | 1101101 | 1011111 | 0 | 10011 | 11101 | 101111 | 10110 | 10001 | 101101 |
Color Harmonies of #866D5F
Complementary color
Monochromatic Colors of #866D5F
Black with #866D5F
Text Example
Text Example
White with #866D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866D5F; }
p { color: rgb(134,109,95); }
H1.HeaderClassName
{
color: #866D5F;
}
.AnyTagClassName
{
color: #866D5F;
}
</style>
background-color css
<style>
a { background-color: #866D5F; }
a { background-color: rgb(134,109,95); }
div.DivClassName
{
background-color: #866D5F;
}
.BgClassName
{
background-color: #866D5F;
}
</style>
border-color css
<style>
span { border-color: #866D5F; }
span { border-color: rgb(134,109,95); }
td.TdClassName
{
border-color: #866D5F;
}
.TagClassName
{
border-color: #866D5F;
}
</style>