Shades of Donkey Brown #846B58
Tints of Donkey Brown #846B58
RGB
CMYK
RGB Variations
Color information
#846B58 (or 0x846B58) is known color: Donkey Brown. HEX triplet: 84, 6B and 58. RGB value is (132,107,88). Sum of RGB (Red+Green+Blue) = 132+107+88=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #846B58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846B58 is #7B94A7. Grayscale: #707070. Windows color (decimal): -8098984 or 5794692. OLE color: 5794692.
HSL color Cylindrical-coordinate representation of color #846B58: hue angle of 25.91º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #846B58 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 107 | 88 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.48 |
| HSL | 25.91º | 0.2% | 0.43% | - |
| HSV(B) | 25.91º | 0.33% | 0.52% | - |
| XYZ | 16.53 | 16.13 | 11.47 | - |
| YUV | 112.31 | 114.28 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 88 | 0 | 0.19 | 0.33 | 0.48 | 25.91 | 0.2 | 0.43 |
| Hex | 84 | 6B | 58 | 0 | 13 | 21 | 30 | 1A | 14 | 2B |
| Octal | 204 | 153 | 130 | 0 | 23 | 41 | 60 | 32 | 24 | 53 |
| Binary | 10000100 | 1101011 | 1011000 | 0 | 10011 | 100001 | 110000 | 11010 | 10100 | 101011 |
Color Harmonies of #846B58
Complementary color
Monochromatic Colors of #846B58
Black with #846B58
Text Example
Text Example
White with #846B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846B58; }
p { color: rgb(132,107,88); }
H1.HeaderClassName
{
color: #846B58;
}
.AnyTagClassName
{
color: #846B58;
}
</style>
background-color css
<style>
a { background-color: #846B58; }
a { background-color: rgb(132,107,88); }
div.DivClassName
{
background-color: #846B58;
}
.BgClassName
{
background-color: #846B58;
}
</style>
border-color css
<style>
span { border-color: #846B58; }
span { border-color: rgb(132,107,88); }
td.TdClassName
{
border-color: #846B58;
}
.TagClassName
{
border-color: #846B58;
}
</style>