Shades of Donkey Brown #846B5A
Tints of Donkey Brown #846B5A
RGB
CMYK
RGB Variations
Color information
#846B5A (or 0x846B5A) is known color: Donkey Brown. HEX triplet: 84, 6B and 5A. RGB value is (132,107,90). Sum of RGB (Red+Green+Blue) = 132+107+90=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #846B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846B5A is #7B94A5. Grayscale: #707070. Windows color (decimal): -8098982 or 5925764. OLE color: 5925764.
HSL color Cylindrical-coordinate representation of color #846B5A: hue angle of 24.29º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #846B5A is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 107 | 90 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.48 |
| HSL | 24.29º | 0.19% | 0.44% | - |
| HSV(B) | 24.29º | 0.32% | 0.52% | - |
| XYZ | 16.62 | 16.16 | 11.92 | - |
| YUV | 112.54 | 115.28 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 90 | 0 | 0.19 | 0.32 | 0.48 | 24.29 | 0.19 | 0.44 |
| Hex | 84 | 6B | 5A | 0 | 13 | 20 | 30 | 18 | 13 | 2C |
| Octal | 204 | 153 | 132 | 0 | 23 | 40 | 60 | 30 | 23 | 54 |
| Binary | 10000100 | 1101011 | 1011010 | 0 | 10011 | 100000 | 110000 | 11000 | 10011 | 101100 |
Color Harmonies of #846B5A
Complementary color
Monochromatic Colors of #846B5A
Black with #846B5A
Text Example
Text Example
White with #846B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846B5A; }
p { color: rgb(132,107,90); }
H1.HeaderClassName
{
color: #846B5A;
}
.AnyTagClassName
{
color: #846B5A;
}
</style>
background-color css
<style>
a { background-color: #846B5A; }
a { background-color: rgb(132,107,90); }
div.DivClassName
{
background-color: #846B5A;
}
.BgClassName
{
background-color: #846B5A;
}
</style>
border-color css
<style>
span { border-color: #846B5A; }
span { border-color: rgb(132,107,90); }
td.TdClassName
{
border-color: #846B5A;
}
.TagClassName
{
border-color: #846B5A;
}
</style>