Shades of Shadow #846B40
Tints of Shadow #846B40
RGB
CMYK
RGB Variations
Color information
#846B40 (or 0x846B40) is known color: Shadow. HEX triplet: 84, 6B and 40. RGB value is (132,107,64). Sum of RGB (Red+Green+Blue) = 132+107+64=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 132 - color contains mainly: red. Hex color #846B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846B40 is #7B94BF. Grayscale: #6D6D6D. Windows color (decimal): -8099008 or 4221828. OLE color: 4221828.
HSL color Cylindrical-coordinate representation of color #846B40: hue angle of 37.94º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #846B40 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 107 | 64 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.48 |
| HSL | 37.94º | 0.35% | 0.38% | - |
| HSV(B) | 37.94º | 0.52% | 0.52% | - |
| XYZ | 15.7 | 15.79 | 7.07 | - |
| YUV | 109.57 | 102.28 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 64 | 0 | 0.19 | 0.52 | 0.48 | 37.94 | 0.35 | 0.38 |
| Hex | 84 | 6B | 40 | 0 | 13 | 34 | 30 | 26 | 23 | 26 |
| Octal | 204 | 153 | 100 | 0 | 23 | 64 | 60 | 46 | 43 | 46 |
| Binary | 10000100 | 1101011 | 1000000 | 0 | 10011 | 110100 | 110000 | 100110 | 100011 | 100110 |
Color Harmonies of #846B40
Complementary color
Monochromatic Colors of #846B40
Black with #846B40
Text Example
Text Example
White with #846B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846B40; }
p { color: rgb(132,107,64); }
H1.HeaderClassName
{
color: #846B40;
}
.AnyTagClassName
{
color: #846B40;
}
</style>
background-color css
<style>
a { background-color: #846B40; }
a { background-color: rgb(132,107,64); }
div.DivClassName
{
background-color: #846B40;
}
.BgClassName
{
background-color: #846B40;
}
</style>
border-color css
<style>
span { border-color: #846B40; }
span { border-color: rgb(132,107,64); }
td.TdClassName
{
border-color: #846B40;
}
.TagClassName
{
border-color: #846B40;
}
</style>