Shades of Donkey Brown #856F63
Tints of Donkey Brown #856F63
RGB
CMYK
RGB Variations
Color information
#856F63 (or 0x856F63) is known color: Donkey Brown. HEX triplet: 85, 6F and 63. RGB value is (133,111,99). Sum of RGB (Red+Green+Blue) = 133+111+99=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 99 (39.06% from 255 or 28.86% from 343); Max value from RGB is 133 - color contains mainly: red. Hex color #856F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856F63 is #7A909C. Grayscale: #747474. Windows color (decimal): -8032413 or 6516613. OLE color: 6516613.
HSL color Cylindrical-coordinate representation of color #856F63: hue angle of 21.18º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #856F63 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 111 | 99 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.48 |
| HSL | 21.18º | 0.15% | 0.45% | - |
| HSV(B) | 21.18º | 0.26% | 0.52% | - |
| XYZ | 17.61 | 17.26 | 14.21 | - |
| YUV | 116.21 | 118.29 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 99 | 0 | 0.17 | 0.26 | 0.48 | 21.18 | 0.15 | 0.45 |
| Hex | 85 | 6F | 63 | 0 | 11 | 1A | 30 | 15 | F | 2D |
| Octal | 205 | 157 | 143 | 0 | 21 | 32 | 60 | 25 | 17 | 55 |
| Binary | 10000101 | 1101111 | 1100011 | 0 | 10001 | 11010 | 110000 | 10101 | 1111 | 101101 |
Color Harmonies of #856F63
Complementary color
Monochromatic Colors of #856F63
Black with #856F63
Text Example
Text Example
White with #856F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856F63; }
p { color: rgb(133,111,99); }
H1.HeaderClassName
{
color: #856F63;
}
.AnyTagClassName
{
color: #856F63;
}
</style>
background-color css
<style>
a { background-color: #856F63; }
a { background-color: rgb(133,111,99); }
div.DivClassName
{
background-color: #856F63;
}
.BgClassName
{
background-color: #856F63;
}
</style>
border-color css
<style>
span { border-color: #856F63; }
span { border-color: rgb(133,111,99); }
td.TdClassName
{
border-color: #856F63;
}
.TagClassName
{
border-color: #856F63;
}
</style>