Shades of Donkey Brown #846B5B
Tints of Donkey Brown #846B5B
RGB
CMYK
RGB Variations
Color information
#846B5B (or 0x846B5B) is known color: Donkey Brown. HEX triplet: 84, 6B and 5B. RGB value is (132,107,91). Sum of RGB (Red+Green+Blue) = 132+107+91=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 132 - color contains mainly: red. Hex color #846B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846B5B is #7B94A4. Grayscale: #707070. Windows color (decimal): -8098981 or 5991300. OLE color: 5991300.
HSL color Cylindrical-coordinate representation of color #846B5B: hue angle of 23.41º 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 #846B5B is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 107 | 91 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.48 |
| HSL | 23.41º | 0.18% | 0.44% | - |
| HSV(B) | 23.41º | 0.31% | 0.52% | - |
| XYZ | 16.66 | 16.18 | 12.14 | - |
| YUV | 112.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 91 | 0 | 0.19 | 0.31 | 0.48 | 23.41 | 0.18 | 0.44 |
| Hex | 84 | 6B | 5B | 0 | 13 | 1F | 30 | 17 | 12 | 2C |
| Octal | 204 | 153 | 133 | 0 | 23 | 37 | 60 | 27 | 22 | 54 |
| Binary | 10000100 | 1101011 | 1011011 | 0 | 10011 | 11111 | 110000 | 10111 | 10010 | 101100 |
Color Harmonies of #846B5B
Complementary color
Monochromatic Colors of #846B5B
Black with #846B5B
Text Example
Text Example
White with #846B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846B5B; }
p { color: rgb(132,107,91); }
H1.HeaderClassName
{
color: #846B5B;
}
.AnyTagClassName
{
color: #846B5B;
}
</style>
background-color css
<style>
a { background-color: #846B5B; }
a { background-color: rgb(132,107,91); }
div.DivClassName
{
background-color: #846B5B;
}
.BgClassName
{
background-color: #846B5B;
}
</style>
border-color css
<style>
span { border-color: #846B5B; }
span { border-color: rgb(132,107,91); }
td.TdClassName
{
border-color: #846B5B;
}
.TagClassName
{
border-color: #846B5B;
}
</style>