Shades of Donkey Brown #856C59
Tints of Donkey Brown #856C59
RGB
CMYK
RGB Variations
Color information
#856C59 (or 0x856C59) is known color: Donkey Brown. HEX triplet: 85, 6C and 59. RGB value is (133,108,89). Sum of RGB (Red+Green+Blue) = 133+108+89=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #856C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856C59 is #7A93A6. Grayscale: #717171. Windows color (decimal): -8033191 or 5860485. OLE color: 5860485.
HSL color Cylindrical-coordinate representation of color #856C59: hue angle of 25.91º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #856C59 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 108 | 89 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.48 |
| HSL | 25.91º | 0.2% | 0.44% | - |
| HSV(B) | 25.91º | 0.33% | 0.52% | - |
| XYZ | 16.84 | 16.43 | 11.74 | - |
| YUV | 113.31 | 114.28 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 89 | 0 | 0.19 | 0.33 | 0.48 | 25.91 | 0.2 | 0.44 |
| Hex | 85 | 6C | 59 | 0 | 13 | 21 | 30 | 1A | 14 | 2C |
| Octal | 205 | 154 | 131 | 0 | 23 | 41 | 60 | 32 | 24 | 54 |
| Binary | 10000101 | 1101100 | 1011001 | 0 | 10011 | 100001 | 110000 | 11010 | 10100 | 101100 |
Color Harmonies of #856C59
Complementary color
Monochromatic Colors of #856C59
Black with #856C59
Text Example
Text Example
White with #856C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856C59; }
p { color: rgb(133,108,89); }
H1.HeaderClassName
{
color: #856C59;
}
.AnyTagClassName
{
color: #856C59;
}
</style>
background-color css
<style>
a { background-color: #856C59; }
a { background-color: rgb(133,108,89); }
div.DivClassName
{
background-color: #856C59;
}
.BgClassName
{
background-color: #856C59;
}
</style>
border-color css
<style>
span { border-color: #856C59; }
span { border-color: rgb(133,108,89); }
td.TdClassName
{
border-color: #856C59;
}
.TagClassName
{
border-color: #856C59;
}
</style>