Shades of Donkey Brown #866F5B
Tints of Donkey Brown #866F5B
RGB
CMYK
RGB Variations
Color information
#866F5B (or 0x866F5B) is known color: Donkey Brown. HEX triplet: 86, 6F and 5B. RGB value is (134,111,91). Sum of RGB (Red+Green+Blue) = 134+111+91=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 134 - color contains mainly: red. Hex color #866F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866F5B is #7990A4. Grayscale: #737373. Windows color (decimal): -7966885 or 5992326. OLE color: 5992326.
HSL color Cylindrical-coordinate representation of color #866F5B: hue angle of 27.91º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #866F5B is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 111 | 91 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.47 |
| HSL | 27.91º | 0.19% | 0.44% | - |
| HSV(B) | 27.91º | 0.32% | 0.53% | - |
| XYZ | 17.4 | 17.19 | 12.3 | - |
| YUV | 115.6 | 114.12 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 111 | 91 | 0 | 0.17 | 0.32 | 0.47 | 27.91 | 0.19 | 0.44 |
| Hex | 86 | 6F | 5B | 0 | 11 | 20 | 2F | 1C | 13 | 2C |
| Octal | 206 | 157 | 133 | 0 | 21 | 40 | 57 | 34 | 23 | 54 |
| Binary | 10000110 | 1101111 | 1011011 | 0 | 10001 | 100000 | 101111 | 11100 | 10011 | 101100 |
Color Harmonies of #866F5B
Complementary color
Monochromatic Colors of #866F5B
Black with #866F5B
Text Example
Text Example
White with #866F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866F5B; }
p { color: rgb(134,111,91); }
H1.HeaderClassName
{
color: #866F5B;
}
.AnyTagClassName
{
color: #866F5B;
}
</style>
background-color css
<style>
a { background-color: #866F5B; }
a { background-color: rgb(134,111,91); }
div.DivClassName
{
background-color: #866F5B;
}
.BgClassName
{
background-color: #866F5B;
}
</style>
border-color css
<style>
span { border-color: #866F5B; }
span { border-color: rgb(134,111,91); }
td.TdClassName
{
border-color: #866F5B;
}
.TagClassName
{
border-color: #866F5B;
}
</style>