Shades of Shadow #846C49
Tints of Shadow #846C49
RGB
CMYK
RGB Variations
Color information
#846C49 (or 0x846C49) is known color: Shadow. HEX triplet: 84, 6C and 49. RGB value is (132,108,73). Sum of RGB (Red+Green+Blue) = 132+108+73=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 132 - color contains mainly: red. Hex color #846C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846C49 is #7B93B6. Grayscale: #6F6F6F. Windows color (decimal): -8098743 or 4811908. OLE color: 4811908.
HSL color Cylindrical-coordinate representation of color #846C49: hue angle of 35.59º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #846C49 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 108 | 73 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.48 |
| HSL | 35.59º | 0.29% | 0.4% | - |
| HSV(B) | 35.59º | 0.45% | 0.52% | - |
| XYZ | 16.08 | 16.11 | 8.57 | - |
| YUV | 111.19 | 106.45 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 108 | 73 | 0 | 0.18 | 0.45 | 0.48 | 35.59 | 0.29 | 0.4 |
| Hex | 84 | 6C | 49 | 0 | 12 | 2D | 30 | 24 | 1D | 28 |
| Octal | 204 | 154 | 111 | 0 | 22 | 55 | 60 | 44 | 35 | 50 |
| Binary | 10000100 | 1101100 | 1001001 | 0 | 10010 | 101101 | 110000 | 100100 | 11101 | 101000 |
Color Harmonies of #846C49
Complementary color
Monochromatic Colors of #846C49
Black with #846C49
Text Example
Text Example
White with #846C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846C49; }
p { color: rgb(132,108,73); }
H1.HeaderClassName
{
color: #846C49;
}
.AnyTagClassName
{
color: #846C49;
}
</style>
background-color css
<style>
a { background-color: #846C49; }
a { background-color: rgb(132,108,73); }
div.DivClassName
{
background-color: #846C49;
}
.BgClassName
{
background-color: #846C49;
}
</style>
border-color css
<style>
span { border-color: #846C49; }
span { border-color: rgb(132,108,73); }
td.TdClassName
{
border-color: #846C49;
}
.TagClassName
{
border-color: #846C49;
}
</style>