Shades of Shadow #846F40
Tints of Shadow #846F40
RGB
CMYK
RGB Variations
Color information
#846F40 (or 0x846F40) is known color: Shadow. HEX triplet: 84, 6F and 40. RGB value is (132,111,64). Sum of RGB (Red+Green+Blue) = 132+111+64=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 132 - color contains mainly: red. Hex color #846F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846F40 is #7B90BF. Grayscale: #707070. Windows color (decimal): -8097984 or 4222852. OLE color: 4222852.
HSL color Cylindrical-coordinate representation of color #846F40: hue angle of 41.47º 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 #846F40 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 111 | 64 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.48 |
| HSL | 41.47º | 0.35% | 0.38% | - |
| HSV(B) | 41.47º | 0.52% | 0.52% | - |
| XYZ | 16.13 | 16.64 | 7.21 | - |
| YUV | 111.92 | 100.96 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 111 | 64 | 0 | 0.16 | 0.52 | 0.48 | 41.47 | 0.35 | 0.38 |
| Hex | 84 | 6F | 40 | 0 | 10 | 34 | 30 | 29 | 23 | 26 |
| Octal | 204 | 157 | 100 | 0 | 20 | 64 | 60 | 51 | 43 | 46 |
| Binary | 10000100 | 1101111 | 1000000 | 0 | 10000 | 110100 | 110000 | 101001 | 100011 | 100110 |
Color Harmonies of #846F40
Complementary color
Monochromatic Colors of #846F40
Black with #846F40
Text Example
Text Example
White with #846F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846F40; }
p { color: rgb(132,111,64); }
H1.HeaderClassName
{
color: #846F40;
}
.AnyTagClassName
{
color: #846F40;
}
</style>
background-color css
<style>
a { background-color: #846F40; }
a { background-color: rgb(132,111,64); }
div.DivClassName
{
background-color: #846F40;
}
.BgClassName
{
background-color: #846F40;
}
</style>
border-color css
<style>
span { border-color: #846F40; }
span { border-color: rgb(132,111,64); }
td.TdClassName
{
border-color: #846F40;
}
.TagClassName
{
border-color: #846F40;
}
</style>