Shades of Donkey Brown #866C5B
Tints of Donkey Brown #866C5B
RGB
CMYK
RGB Variations
Color information
#866C5B (or 0x866C5B) is known color: Donkey Brown. HEX triplet: 86, 6C and 5B. RGB value is (134,108,91). Sum of RGB (Red+Green+Blue) = 134+108+91=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 134 - color contains mainly: red. Hex color #866C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866C5B is #7993A4. Grayscale: #717171. Windows color (decimal): -7967653 or 5991558. OLE color: 5991558.
HSL color Cylindrical-coordinate representation of color #866C5B: hue angle of 23.72º 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 #866C5B is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 108 | 91 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.47 |
| HSL | 23.72º | 0.19% | 0.44% | - |
| HSV(B) | 23.72º | 0.32% | 0.53% | - |
| XYZ | 17.08 | 16.55 | 12.19 | - |
| YUV | 113.84 | 115.11 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 108 | 91 | 0 | 0.19 | 0.32 | 0.47 | 23.72 | 0.19 | 0.44 |
| Hex | 86 | 6C | 5B | 0 | 13 | 20 | 2F | 18 | 13 | 2C |
| Octal | 206 | 154 | 133 | 0 | 23 | 40 | 57 | 30 | 23 | 54 |
| Binary | 10000110 | 1101100 | 1011011 | 0 | 10011 | 100000 | 101111 | 11000 | 10011 | 101100 |
Color Harmonies of #866C5B
Complementary color
Monochromatic Colors of #866C5B
Black with #866C5B
Text Example
Text Example
White with #866C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866C5B; }
p { color: rgb(134,108,91); }
H1.HeaderClassName
{
color: #866C5B;
}
.AnyTagClassName
{
color: #866C5B;
}
</style>
background-color css
<style>
a { background-color: #866C5B; }
a { background-color: rgb(134,108,91); }
div.DivClassName
{
background-color: #866C5B;
}
.BgClassName
{
background-color: #866C5B;
}
</style>
border-color css
<style>
span { border-color: #866C5B; }
span { border-color: rgb(134,108,91); }
td.TdClassName
{
border-color: #866C5B;
}
.TagClassName
{
border-color: #866C5B;
}
</style>