Shades of Donkey Brown #846C5E
Tints of Donkey Brown #846C5E
RGB
CMYK
RGB Variations
Color information
#846C5E (or 0x846C5E) is known color: Donkey Brown. HEX triplet: 84, 6C and 5E. RGB value is (132,108,94). Sum of RGB (Red+Green+Blue) = 132+108+94=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 132 - color contains mainly: red. Hex color #846C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846C5E is #7B93A1. Grayscale: #717171. Windows color (decimal): -8098722 or 6188164. OLE color: 6188164.
HSL color Cylindrical-coordinate representation of color #846C5E: hue angle of 22.11º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #846C5E is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
RGB | 132 | 108 | 94 | - |
CMYK | 0 | 0.18 | 0.29 | 0.48 |
HSL | 22.11º | 0.17% | 0.44% | - |
HSV(B) | 22.11º | 0.29% | 0.52% | - |
XYZ | 16.9 | 16.44 | 12.87 | - |
YUV | 113.58 | 116.95 | 141.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 132 | 108 | 94 | 0 | 0.18 | 0.29 | 0.48 | 22.11 | 0.17 | 0.44 |
Hex | 84 | 6C | 5E | 0 | 12 | 1D | 30 | 16 | 11 | 2C |
Octal | 204 | 154 | 136 | 0 | 22 | 35 | 60 | 26 | 21 | 54 |
Binary | 10000100 | 1101100 | 1011110 | 0 | 10010 | 11101 | 110000 | 10110 | 10001 | 101100 |
Color Harmonies of #846C5E
Complementary color
Monochromatic Colors of #846C5E
Black with #846C5E
Text Example
Text Example
White with #846C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846C5E; }
p { color: rgb(132,108,94); }
H1.HeaderClassName
{
color: #846C5E;
}
.AnyTagClassName
{
color: #846C5E;
}
</style>
background-color css
<style>
a { background-color: #846C5E; }
a { background-color: rgb(132,108,94); }
div.DivClassName
{
background-color: #846C5E;
}
.BgClassName
{
background-color: #846C5E;
}
</style>
border-color css
<style>
span { border-color: #846C5E; }
span { border-color: rgb(132,108,94); }
td.TdClassName
{
border-color: #846C5E;
}
.TagClassName
{
border-color: #846C5E;
}
</style>