Shades of Donkey Brown #856E61
Tints of Donkey Brown #856E61
RGB
CMYK
RGB Variations
Color information
#856E61 (or 0x856E61) is known color: Donkey Brown. HEX triplet: 85, 6E and 61. RGB value is (133,110,97). Sum of RGB (Red+Green+Blue) = 133+110+97=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #856E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856E61 is #7A919E. Grayscale: #737373. Windows color (decimal): -8032671 or 6385285. OLE color: 6385285.
HSL color Cylindrical-coordinate representation of color #856E61: hue angle of 21.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #856E61 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 110 | 97 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.48 |
| HSL | 21.67º | 0.16% | 0.45% | - |
| HSV(B) | 21.67º | 0.27% | 0.52% | - |
| XYZ | 17.41 | 17 | 13.67 | - |
| YUV | 115.4 | 117.62 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 110 | 97 | 0 | 0.17 | 0.27 | 0.48 | 21.67 | 0.16 | 0.45 |
| Hex | 85 | 6E | 61 | 0 | 11 | 1B | 30 | 16 | 10 | 2D |
| Octal | 205 | 156 | 141 | 0 | 21 | 33 | 60 | 26 | 20 | 55 |
| Binary | 10000101 | 1101110 | 1100001 | 0 | 10001 | 11011 | 110000 | 10110 | 10000 | 101101 |
Color Harmonies of #856E61
Complementary color
Monochromatic Colors of #856E61
Black with #856E61
Text Example
Text Example
White with #856E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856E61; }
p { color: rgb(133,110,97); }
H1.HeaderClassName
{
color: #856E61;
}
.AnyTagClassName
{
color: #856E61;
}
</style>
background-color css
<style>
a { background-color: #856E61; }
a { background-color: rgb(133,110,97); }
div.DivClassName
{
background-color: #856E61;
}
.BgClassName
{
background-color: #856E61;
}
</style>
border-color css
<style>
span { border-color: #856E61; }
span { border-color: rgb(133,110,97); }
td.TdClassName
{
border-color: #856E61;
}
.TagClassName
{
border-color: #856E61;
}
</style>