Shades of Donkey Brown #856E60
Tints of Donkey Brown #856E60
RGB
CMYK
RGB Variations
Color information
#856E60 (or 0x856E60) is known color: Donkey Brown. HEX triplet: 85, 6E and 60. RGB value is (133,110,96). Sum of RGB (Red+Green+Blue) = 133+110+96=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #856E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856E60 is #7A919F. Grayscale: #737373. Windows color (decimal): -8032672 or 6319749. OLE color: 6319749.
HSL color Cylindrical-coordinate representation of color #856E60: hue angle of 22.7º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #856E60 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 110 | 96 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.48 |
| HSL | 22.7º | 0.16% | 0.45% | - |
| HSV(B) | 22.7º | 0.28% | 0.52% | - |
| XYZ | 17.36 | 16.98 | 13.43 | - |
| YUV | 115.28 | 117.12 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 110 | 96 | 0 | 0.17 | 0.28 | 0.48 | 22.7 | 0.16 | 0.45 |
| Hex | 85 | 6E | 60 | 0 | 11 | 1C | 30 | 17 | 10 | 2D |
| Octal | 205 | 156 | 140 | 0 | 21 | 34 | 60 | 27 | 20 | 55 |
| Binary | 10000101 | 1101110 | 1100000 | 0 | 10001 | 11100 | 110000 | 10111 | 10000 | 101101 |
Color Harmonies of #856E60
Complementary color
Monochromatic Colors of #856E60
Black with #856E60
Text Example
Text Example
White with #856E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856E60; }
p { color: rgb(133,110,96); }
H1.HeaderClassName
{
color: #856E60;
}
.AnyTagClassName
{
color: #856E60;
}
</style>
background-color css
<style>
a { background-color: #856E60; }
a { background-color: rgb(133,110,96); }
div.DivClassName
{
background-color: #856E60;
}
.BgClassName
{
background-color: #856E60;
}
</style>
border-color css
<style>
span { border-color: #856E60; }
span { border-color: rgb(133,110,96); }
td.TdClassName
{
border-color: #856E60;
}
.TagClassName
{
border-color: #856E60;
}
</style>