Shades of Donkey Brown #866D58
Tints of Donkey Brown #866D58
RGB
CMYK
RGB Variations
Color information
#866D58 (or 0x866D58) is known color: Donkey Brown. HEX triplet: 86, 6D and 58. RGB value is (134,109,88). Sum of RGB (Red+Green+Blue) = 134+109+88=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 134 - color contains mainly: red. Hex color #866D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866D58 is #7992A7. Grayscale: #727272. Windows color (decimal): -7967400 or 5795206. OLE color: 5795206.
HSL color Cylindrical-coordinate representation of color #866D58: hue angle of 27.39º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #866D58 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 109 | 88 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.47 |
| HSL | 27.39º | 0.21% | 0.44% | - |
| HSV(B) | 27.39º | 0.34% | 0.53% | - |
| XYZ | 17.06 | 16.71 | 11.56 | - |
| YUV | 114.08 | 113.28 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 88 | 0 | 0.19 | 0.34 | 0.47 | 27.39 | 0.21 | 0.44 |
| Hex | 86 | 6D | 58 | 0 | 13 | 22 | 2F | 1B | 15 | 2C |
| Octal | 206 | 155 | 130 | 0 | 23 | 42 | 57 | 33 | 25 | 54 |
| Binary | 10000110 | 1101101 | 1011000 | 0 | 10011 | 100010 | 101111 | 11011 | 10101 | 101100 |
Color Harmonies of #866D58
Complementary color
Monochromatic Colors of #866D58
Black with #866D58
Text Example
Text Example
White with #866D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866D58; }
p { color: rgb(134,109,88); }
H1.HeaderClassName
{
color: #866D58;
}
.AnyTagClassName
{
color: #866D58;
}
</style>
background-color css
<style>
a { background-color: #866D58; }
a { background-color: rgb(134,109,88); }
div.DivClassName
{
background-color: #866D58;
}
.BgClassName
{
background-color: #866D58;
}
</style>
border-color css
<style>
span { border-color: #866D58; }
span { border-color: rgb(134,109,88); }
td.TdClassName
{
border-color: #866D58;
}
.TagClassName
{
border-color: #866D58;
}
</style>