Shades of Donkey Brown #846B54
Tints of Donkey Brown #846B54
RGB
CMYK
RGB Variations
Color information
#846B54 (or 0x846B54) is known color: Donkey Brown. HEX triplet: 84, 6B and 54. RGB value is (132,107,84). Sum of RGB (Red+Green+Blue) = 132+107+84=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 132 - color contains mainly: red. Hex color #846B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846B54 is #7B94AB. Grayscale: #6F6F6F. Windows color (decimal): -8098988 or 5532548. OLE color: 5532548.
HSL color Cylindrical-coordinate representation of color #846B54: hue angle of 28.75º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #846B54 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 107 | 84 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.48 |
| HSL | 28.75º | 0.22% | 0.42% | - |
| HSV(B) | 28.75º | 0.36% | 0.52% | - |
| XYZ | 16.37 | 16.06 | 10.62 | - |
| YUV | 111.85 | 112.28 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 84 | 0 | 0.19 | 0.36 | 0.48 | 28.75 | 0.22 | 0.42 |
| Hex | 84 | 6B | 54 | 0 | 13 | 24 | 30 | 1D | 16 | 2A |
| Octal | 204 | 153 | 124 | 0 | 23 | 44 | 60 | 35 | 26 | 52 |
| Binary | 10000100 | 1101011 | 1010100 | 0 | 10011 | 100100 | 110000 | 11101 | 10110 | 101010 |
Color Harmonies of #846B54
Complementary color
Monochromatic Colors of #846B54
Black with #846B54
Text Example
Text Example
White with #846B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846B54; }
p { color: rgb(132,107,84); }
H1.HeaderClassName
{
color: #846B54;
}
.AnyTagClassName
{
color: #846B54;
}
</style>
background-color css
<style>
a { background-color: #846B54; }
a { background-color: rgb(132,107,84); }
div.DivClassName
{
background-color: #846B54;
}
.BgClassName
{
background-color: #846B54;
}
</style>
border-color css
<style>
span { border-color: #846B54; }
span { border-color: rgb(132,107,84); }
td.TdClassName
{
border-color: #846B54;
}
.TagClassName
{
border-color: #846B54;
}
</style>