Shades of Donkey Brown #866C5D
Tints of Donkey Brown #866C5D
RGB
CMYK
RGB Variations
Color information
#866C5D (or 0x866C5D) is known color: Donkey Brown. HEX triplet: 86, 6C and 5D. RGB value is (134,108,93). Sum of RGB (Red+Green+Blue) = 134+108+93=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 134 - color contains mainly: red. Hex color #866C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866C5D is #7993A2. Grayscale: #727272. Windows color (decimal): -7967651 or 6122630. OLE color: 6122630.
HSL color Cylindrical-coordinate representation of color #866C5D: hue angle of 21.95º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #866C5D is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 108 | 93 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.47 |
| HSL | 21.95º | 0.18% | 0.45% | - |
| HSV(B) | 21.95º | 0.31% | 0.53% | - |
| XYZ | 17.17 | 16.58 | 12.65 | - |
| YUV | 114.06 | 116.11 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 108 | 93 | 0 | 0.19 | 0.31 | 0.47 | 21.95 | 0.18 | 0.45 |
| Hex | 86 | 6C | 5D | 0 | 13 | 1F | 2F | 16 | 12 | 2D |
| Octal | 206 | 154 | 135 | 0 | 23 | 37 | 57 | 26 | 22 | 55 |
| Binary | 10000110 | 1101100 | 1011101 | 0 | 10011 | 11111 | 101111 | 10110 | 10010 | 101101 |
Color Harmonies of #866C5D
Complementary color
Monochromatic Colors of #866C5D
Black with #866C5D
Text Example
Text Example
White with #866C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866C5D; }
p { color: rgb(134,108,93); }
H1.HeaderClassName
{
color: #866C5D;
}
.AnyTagClassName
{
color: #866C5D;
}
</style>
background-color css
<style>
a { background-color: #866C5D; }
a { background-color: rgb(134,108,93); }
div.DivClassName
{
background-color: #866C5D;
}
.BgClassName
{
background-color: #866C5D;
}
</style>
border-color css
<style>
span { border-color: #866C5D; }
span { border-color: rgb(134,108,93); }
td.TdClassName
{
border-color: #866C5D;
}
.TagClassName
{
border-color: #866C5D;
}
</style>