Shades of Donkey Brown #866D5C
Tints of Donkey Brown #866D5C
RGB
CMYK
RGB Variations
Color information
#866D5C (or 0x866D5C) is known color: Donkey Brown. HEX triplet: 86, 6D and 5C. RGB value is (134,109,92). Sum of RGB (Red+Green+Blue) = 134+109+92=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 134 - color contains mainly: red. Hex color #866D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866D5C is #7992A3. Grayscale: #727272. Windows color (decimal): -7967396 or 6057350. OLE color: 6057350.
HSL color Cylindrical-coordinate representation of color #866D5C: hue angle of 24.29º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #866D5C is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 109 | 92 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.47 |
| HSL | 24.29º | 0.19% | 0.44% | - |
| HSV(B) | 24.29º | 0.31% | 0.53% | - |
| XYZ | 17.23 | 16.78 | 12.46 | - |
| YUV | 114.54 | 115.28 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 92 | 0 | 0.19 | 0.31 | 0.47 | 24.29 | 0.19 | 0.44 |
| Hex | 86 | 6D | 5C | 0 | 13 | 1F | 2F | 18 | 13 | 2C |
| Octal | 206 | 155 | 134 | 0 | 23 | 37 | 57 | 30 | 23 | 54 |
| Binary | 10000110 | 1101101 | 1011100 | 0 | 10011 | 11111 | 101111 | 11000 | 10011 | 101100 |
Color Harmonies of #866D5C
Complementary color
Monochromatic Colors of #866D5C
Black with #866D5C
Text Example
Text Example
White with #866D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866D5C; }
p { color: rgb(134,109,92); }
H1.HeaderClassName
{
color: #866D5C;
}
.AnyTagClassName
{
color: #866D5C;
}
</style>
background-color css
<style>
a { background-color: #866D5C; }
a { background-color: rgb(134,109,92); }
div.DivClassName
{
background-color: #866D5C;
}
.BgClassName
{
background-color: #866D5C;
}
</style>
border-color css
<style>
span { border-color: #866D5C; }
span { border-color: rgb(134,109,92); }
td.TdClassName
{
border-color: #866D5C;
}
.TagClassName
{
border-color: #866D5C;
}
</style>