Shades of Donkey Brown #866D5D
Tints of Donkey Brown #866D5D
RGB
CMYK
RGB Variations
Color information
#866D5D (or 0x866D5D) is known color: Donkey Brown. HEX triplet: 86, 6D and 5D. RGB value is (134,109,93). Sum of RGB (Red+Green+Blue) = 134+109+93=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 134 - color contains mainly: red. Hex color #866D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866D5D is #7992A2. Grayscale: #727272. Windows color (decimal): -7967395 or 6122886. OLE color: 6122886.
HSL color Cylindrical-coordinate representation of color #866D5D: hue angle of 23.41º 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 #866D5D is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 109 | 93 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.47 |
| HSL | 23.41º | 0.18% | 0.45% | - |
| HSV(B) | 23.41º | 0.31% | 0.53% | - |
| XYZ | 17.28 | 16.8 | 12.69 | - |
| YUV | 114.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 93 | 0 | 0.19 | 0.31 | 0.47 | 23.41 | 0.18 | 0.45 |
| Hex | 86 | 6D | 5D | 0 | 13 | 1F | 2F | 17 | 12 | 2D |
| Octal | 206 | 155 | 135 | 0 | 23 | 37 | 57 | 27 | 22 | 55 |
| Binary | 10000110 | 1101101 | 1011101 | 0 | 10011 | 11111 | 101111 | 10111 | 10010 | 101101 |
Color Harmonies of #866D5D
Complementary color
Monochromatic Colors of #866D5D
Black with #866D5D
Text Example
Text Example
White with #866D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866D5D; }
p { color: rgb(134,109,93); }
H1.HeaderClassName
{
color: #866D5D;
}
.AnyTagClassName
{
color: #866D5D;
}
</style>
background-color css
<style>
a { background-color: #866D5D; }
a { background-color: rgb(134,109,93); }
div.DivClassName
{
background-color: #866D5D;
}
.BgClassName
{
background-color: #866D5D;
}
</style>
border-color css
<style>
span { border-color: #866D5D; }
span { border-color: rgb(134,109,93); }
td.TdClassName
{
border-color: #866D5D;
}
.TagClassName
{
border-color: #866D5D;
}
</style>