Shades of Donkey Brown #846F5B
Tints of Donkey Brown #846F5B
RGB
CMYK
RGB Variations
Color information
#846F5B (or 0x846F5B) is known color: Donkey Brown. HEX triplet: 84, 6F and 5B. RGB value is (132,111,91). Sum of RGB (Red+Green+Blue) = 132+111+91=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 132 - color contains mainly: red. Hex color #846F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846F5B is #7B90A4. Grayscale: #737373. Windows color (decimal): -8097957 or 5992324. OLE color: 5992324.
HSL color Cylindrical-coordinate representation of color #846F5B: hue angle of 29.27º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #846F5B is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 111 | 91 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.48 |
| HSL | 29.27º | 0.18% | 0.44% | - |
| HSV(B) | 29.27º | 0.31% | 0.52% | - |
| XYZ | 17.09 | 17.03 | 12.28 | - |
| YUV | 115 | 114.46 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 111 | 91 | 0 | 0.16 | 0.31 | 0.48 | 29.27 | 0.18 | 0.44 |
| Hex | 84 | 6F | 5B | 0 | 10 | 1F | 30 | 1D | 12 | 2C |
| Octal | 204 | 157 | 133 | 0 | 20 | 37 | 60 | 35 | 22 | 54 |
| Binary | 10000100 | 1101111 | 1011011 | 0 | 10000 | 11111 | 110000 | 11101 | 10010 | 101100 |
Color Harmonies of #846F5B
Complementary color
Monochromatic Colors of #846F5B
Black with #846F5B
Text Example
Text Example
White with #846F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846F5B; }
p { color: rgb(132,111,91); }
H1.HeaderClassName
{
color: #846F5B;
}
.AnyTagClassName
{
color: #846F5B;
}
</style>
background-color css
<style>
a { background-color: #846F5B; }
a { background-color: rgb(132,111,91); }
div.DivClassName
{
background-color: #846F5B;
}
.BgClassName
{
background-color: #846F5B;
}
</style>
border-color css
<style>
span { border-color: #846F5B; }
span { border-color: rgb(132,111,91); }
td.TdClassName
{
border-color: #846F5B;
}
.TagClassName
{
border-color: #846F5B;
}
</style>