Shades of Donkey Brown #846E62
Tints of Donkey Brown #846E62
RGB
CMYK
RGB Variations
Color information
#846E62 (or 0x846E62) is known color: Donkey Brown. HEX triplet: 84, 6E and 62. RGB value is (132,110,98). Sum of RGB (Red+Green+Blue) = 132+110+98=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 132 - color contains mainly: red. Hex color #846E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846E62 is #7B919D. Grayscale: #737373. Windows color (decimal): -8098206 or 6450820. OLE color: 6450820.
HSL color Cylindrical-coordinate representation of color #846E62: hue angle of 21.18º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #846E62 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 110 | 98 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.48 |
| HSL | 21.18º | 0.15% | 0.45% | - |
| HSV(B) | 21.18º | 0.26% | 0.52% | - |
| XYZ | 17.3 | 16.94 | 13.91 | - |
| YUV | 115.21 | 118.29 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 110 | 98 | 0 | 0.17 | 0.26 | 0.48 | 21.18 | 0.15 | 0.45 |
| Hex | 84 | 6E | 62 | 0 | 11 | 1A | 30 | 15 | F | 2D |
| Octal | 204 | 156 | 142 | 0 | 21 | 32 | 60 | 25 | 17 | 55 |
| Binary | 10000100 | 1101110 | 1100010 | 0 | 10001 | 11010 | 110000 | 10101 | 1111 | 101101 |
Color Harmonies of #846E62
Complementary color
Monochromatic Colors of #846E62
Black with #846E62
Text Example
Text Example
White with #846E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846E62; }
p { color: rgb(132,110,98); }
H1.HeaderClassName
{
color: #846E62;
}
.AnyTagClassName
{
color: #846E62;
}
</style>
background-color css
<style>
a { background-color: #846E62; }
a { background-color: rgb(132,110,98); }
div.DivClassName
{
background-color: #846E62;
}
.BgClassName
{
background-color: #846E62;
}
</style>
border-color css
<style>
span { border-color: #846E62; }
span { border-color: rgb(132,110,98); }
td.TdClassName
{
border-color: #846E62;
}
.TagClassName
{
border-color: #846E62;
}
</style>