Shades of Donkey Brown #857065
Tints of Donkey Brown #857065
RGB
CMYK
RGB Variations
Color information
#857065 (or 0x857065) is known color: Donkey Brown. HEX triplet: 85, 70 and 65. RGB value is (133,112,101). Sum of RGB (Red+Green+Blue) = 133+112+101=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #857065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857065 is #7A8F9A. Grayscale: #757575. Windows color (decimal): -8032155 or 6647941. OLE color: 6647941.
HSL color Cylindrical-coordinate representation of color #857065: hue angle of 20.62º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #857065 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 112 | 101 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.48 |
| HSL | 20.63º | 0.14% | 0.46% | - |
| HSV(B) | 20.63º | 0.24% | 0.52% | - |
| XYZ | 17.82 | 17.51 | 14.75 | - |
| YUV | 117.03 | 118.96 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 112 | 101 | 0 | 0.16 | 0.24 | 0.48 | 20.63 | 0.14 | 0.46 |
| Hex | 85 | 70 | 65 | 0 | 10 | 18 | 30 | 15 | E | 2E |
| Octal | 205 | 160 | 145 | 0 | 20 | 30 | 60 | 25 | 16 | 56 |
| Binary | 10000101 | 1110000 | 1100101 | 0 | 10000 | 11000 | 110000 | 10101 | 1110 | 101110 |
Color Harmonies of #857065
Complementary color
Monochromatic Colors of #857065
Black with #857065
Text Example
Text Example
White with #857065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857065; }
p { color: rgb(133,112,101); }
H1.HeaderClassName
{
color: #857065;
}
.AnyTagClassName
{
color: #857065;
}
</style>
background-color css
<style>
a { background-color: #857065; }
a { background-color: rgb(133,112,101); }
div.DivClassName
{
background-color: #857065;
}
.BgClassName
{
background-color: #857065;
}
</style>
border-color css
<style>
span { border-color: #857065; }
span { border-color: rgb(133,112,101); }
td.TdClassName
{
border-color: #857065;
}
.TagClassName
{
border-color: #857065;
}
</style>