Shades of Donkey Brown #846E5B
Tints of Donkey Brown #846E5B
RGB
CMYK
RGB Variations
Color information
#846E5B (or 0x846E5B) is known color: Donkey Brown. HEX triplet: 84, 6E and 5B. RGB value is (132,110,91). Sum of RGB (Red+Green+Blue) = 132+110+91=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 132 - color contains mainly: red. Hex color #846E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846E5B is #7B91A4. Grayscale: #727272. Windows color (decimal): -8098213 or 5992068. OLE color: 5992068.
HSL color Cylindrical-coordinate representation of color #846E5B: hue angle of 27.8º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #846E5B is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 110 | 91 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.48 |
| HSL | 27.8º | 0.18% | 0.44% | - |
| HSV(B) | 27.8º | 0.31% | 0.52% | - |
| XYZ | 16.98 | 16.81 | 12.25 | - |
| YUV | 114.41 | 114.79 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 110 | 91 | 0 | 0.17 | 0.31 | 0.48 | 27.8 | 0.18 | 0.44 |
| Hex | 84 | 6E | 5B | 0 | 11 | 1F | 30 | 1C | 12 | 2C |
| Octal | 204 | 156 | 133 | 0 | 21 | 37 | 60 | 34 | 22 | 54 |
| Binary | 10000100 | 1101110 | 1011011 | 0 | 10001 | 11111 | 110000 | 11100 | 10010 | 101100 |
Color Harmonies of #846E5B
Complementary color
Monochromatic Colors of #846E5B
Black with #846E5B
Text Example
Text Example
White with #846E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846E5B; }
p { color: rgb(132,110,91); }
H1.HeaderClassName
{
color: #846E5B;
}
.AnyTagClassName
{
color: #846E5B;
}
</style>
background-color css
<style>
a { background-color: #846E5B; }
a { background-color: rgb(132,110,91); }
div.DivClassName
{
background-color: #846E5B;
}
.BgClassName
{
background-color: #846E5B;
}
</style>
border-color css
<style>
span { border-color: #846E5B; }
span { border-color: rgb(132,110,91); }
td.TdClassName
{
border-color: #846E5B;
}
.TagClassName
{
border-color: #846E5B;
}
</style>