Shades of Donkey Brown #846E5C
Tints of Donkey Brown #846E5C
RGB
CMYK
RGB Variations
Color information
#846E5C (or 0x846E5C) is known color: Donkey Brown. HEX triplet: 84, 6E and 5C. RGB value is (132,110,92). Sum of RGB (Red+Green+Blue) = 132+110+92=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 132 - color contains mainly: red. Hex color #846E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846E5C is #7B91A3. Grayscale: #727272. Windows color (decimal): -8098212 or 6057604. OLE color: 6057604.
HSL color Cylindrical-coordinate representation of color #846E5C: hue angle of 27º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #846E5C is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 110 | 92 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.48 |
| HSL | 27º | 0.18% | 0.44% | - |
| HSV(B) | 27º | 0.3% | 0.52% | - |
| XYZ | 17.02 | 16.83 | 12.48 | - |
| YUV | 114.53 | 115.29 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 110 | 92 | 0 | 0.17 | 0.30 | 0.48 | 27 | 0.18 | 0.44 |
| Hex | 84 | 6E | 5C | 0 | 11 | 1E | 30 | 1B | 12 | 2C |
| Octal | 204 | 156 | 134 | 0 | 21 | 36 | 60 | 33 | 22 | 54 |
| Binary | 10000100 | 1101110 | 1011100 | 0 | 10001 | 11110 | 110000 | 11011 | 10010 | 101100 |
Color Harmonies of #846E5C
Complementary color
Monochromatic Colors of #846E5C
Black with #846E5C
Text Example
Text Example
White with #846E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846E5C; }
p { color: rgb(132,110,92); }
H1.HeaderClassName
{
color: #846E5C;
}
.AnyTagClassName
{
color: #846E5C;
}
</style>
background-color css
<style>
a { background-color: #846E5C; }
a { background-color: rgb(132,110,92); }
div.DivClassName
{
background-color: #846E5C;
}
.BgClassName
{
background-color: #846E5C;
}
</style>
border-color css
<style>
span { border-color: #846E5C; }
span { border-color: rgb(132,110,92); }
td.TdClassName
{
border-color: #846E5C;
}
.TagClassName
{
border-color: #846E5C;
}
</style>