Shades of Shadow #846C40
Tints of Shadow #846C40
RGB
CMYK
RGB Variations
Color information
#846C40 (or 0x846C40) is known color: Shadow. HEX triplet: 84, 6C and 40. RGB value is (132,108,64). Sum of RGB (Red+Green+Blue) = 132+108+64=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 132 - color contains mainly: red. Hex color #846C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846C40 is #7B93BF. Grayscale: #6E6E6E. Windows color (decimal): -8098752 or 4222084. OLE color: 4222084.
HSL color Cylindrical-coordinate representation of color #846C40: hue angle of 38.82º 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 #846C40 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 108 | 64 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.48 |
| HSL | 38.82º | 0.35% | 0.38% | - |
| HSV(B) | 38.82º | 0.52% | 0.52% | - |
| XYZ | 15.8 | 16 | 7.11 | - |
| YUV | 110.16 | 101.95 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 108 | 64 | 0 | 0.18 | 0.52 | 0.48 | 38.82 | 0.35 | 0.38 |
| Hex | 84 | 6C | 40 | 0 | 12 | 34 | 30 | 27 | 23 | 26 |
| Octal | 204 | 154 | 100 | 0 | 22 | 64 | 60 | 47 | 43 | 46 |
| Binary | 10000100 | 1101100 | 1000000 | 0 | 10010 | 110100 | 110000 | 100111 | 100011 | 100110 |
Color Harmonies of #846C40
Complementary color
Monochromatic Colors of #846C40
Black with #846C40
Text Example
Text Example
White with #846C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846C40; }
p { color: rgb(132,108,64); }
H1.HeaderClassName
{
color: #846C40;
}
.AnyTagClassName
{
color: #846C40;
}
</style>
background-color css
<style>
a { background-color: #846C40; }
a { background-color: rgb(132,108,64); }
div.DivClassName
{
background-color: #846C40;
}
.BgClassName
{
background-color: #846C40;
}
</style>
border-color css
<style>
span { border-color: #846C40; }
span { border-color: rgb(132,108,64); }
td.TdClassName
{
border-color: #846C40;
}
.TagClassName
{
border-color: #846C40;
}
</style>