Shades of Donkey Brown #846D57
Tints of Donkey Brown #846D57
RGB
CMYK
RGB Variations
Color information
#846D57 (or 0x846D57) is known color: Donkey Brown. HEX triplet: 84, 6D and 57. RGB value is (132,109,87). Sum of RGB (Red+Green+Blue) = 132+109+87=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #846D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846D57 is #7B92A8. Grayscale: #717171. Windows color (decimal): -8098473 or 5729668. OLE color: 5729668.
HSL color Cylindrical-coordinate representation of color #846D57: hue angle of 29.33º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #846D57 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 109 | 87 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.48 |
| HSL | 29.33º | 0.21% | 0.43% | - |
| HSV(B) | 29.33º | 0.34% | 0.52% | - |
| XYZ | 16.7 | 16.53 | 11.33 | - |
| YUV | 113.37 | 113.12 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 109 | 87 | 0 | 0.17 | 0.34 | 0.48 | 29.33 | 0.21 | 0.43 |
| Hex | 84 | 6D | 57 | 0 | 11 | 22 | 30 | 1D | 15 | 2B |
| Octal | 204 | 155 | 127 | 0 | 21 | 42 | 60 | 35 | 25 | 53 |
| Binary | 10000100 | 1101101 | 1010111 | 0 | 10001 | 100010 | 110000 | 11101 | 10101 | 101011 |
Color Harmonies of #846D57
Complementary color
Monochromatic Colors of #846D57
Black with #846D57
Text Example
Text Example
White with #846D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846D57; }
p { color: rgb(132,109,87); }
H1.HeaderClassName
{
color: #846D57;
}
.AnyTagClassName
{
color: #846D57;
}
</style>
background-color css
<style>
a { background-color: #846D57; }
a { background-color: rgb(132,109,87); }
div.DivClassName
{
background-color: #846D57;
}
.BgClassName
{
background-color: #846D57;
}
</style>
border-color css
<style>
span { border-color: #846D57; }
span { border-color: rgb(132,109,87); }
td.TdClassName
{
border-color: #846D57;
}
.TagClassName
{
border-color: #846D57;
}
</style>