Shades of Donkey Brown #846D5D
Tints of Donkey Brown #846D5D
RGB
CMYK
RGB Variations
Color information
#846D5D (or 0x846D5D) is known color: Donkey Brown. HEX triplet: 84, 6D and 5D. RGB value is (132,109,93). Sum of RGB (Red+Green+Blue) = 132+109+93=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 132 - color contains mainly: red. Hex color #846D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846D5D is #7B92A2. Grayscale: #727272. Windows color (decimal): -8098467 or 6122884. OLE color: 6122884.
HSL color Cylindrical-coordinate representation of color #846D5D: hue angle of 24.62º degrees, saturation: 0.17, 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 #846D5D is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 109 | 93 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.48 |
| HSL | 24.62º | 0.17% | 0.44% | - |
| HSV(B) | 24.62º | 0.3% | 0.52% | - |
| XYZ | 16.96 | 16.63 | 12.67 | - |
| YUV | 114.05 | 116.12 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 109 | 93 | 0 | 0.17 | 0.30 | 0.48 | 24.62 | 0.17 | 0.44 |
| Hex | 84 | 6D | 5D | 0 | 11 | 1E | 30 | 19 | 11 | 2C |
| Octal | 204 | 155 | 135 | 0 | 21 | 36 | 60 | 31 | 21 | 54 |
| Binary | 10000100 | 1101101 | 1011101 | 0 | 10001 | 11110 | 110000 | 11001 | 10001 | 101100 |
Color Harmonies of #846D5D
Complementary color
Monochromatic Colors of #846D5D
Black with #846D5D
Text Example
Text Example
White with #846D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846D5D; }
p { color: rgb(132,109,93); }
H1.HeaderClassName
{
color: #846D5D;
}
.AnyTagClassName
{
color: #846D5D;
}
</style>
background-color css
<style>
a { background-color: #846D5D; }
a { background-color: rgb(132,109,93); }
div.DivClassName
{
background-color: #846D5D;
}
.BgClassName
{
background-color: #846D5D;
}
</style>
border-color css
<style>
span { border-color: #846D5D; }
span { border-color: rgb(132,109,93); }
td.TdClassName
{
border-color: #846D5D;
}
.TagClassName
{
border-color: #846D5D;
}
</style>