Shades of Shadow #846A4A
Tints of Shadow #846A4A
RGB
CMYK
RGB Variations
Color information
#846A4A (or 0x846A4A) is known color: Shadow. HEX triplet: 84, 6A and 4A. RGB value is (132,106,74). Sum of RGB (Red+Green+Blue) = 132+106+74=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 132 - color contains mainly: red. Hex color #846A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846A4A is #7B95B5. Grayscale: #6E6E6E. Windows color (decimal): -8099254 or 4876932. OLE color: 4876932.
HSL color Cylindrical-coordinate representation of color #846A4A: hue angle of 33.1º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #846A4A is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 106 | 74 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.48 |
| HSL | 33.1º | 0.28% | 0.4% | - |
| HSV(B) | 33.1º | 0.44% | 0.52% | - |
| XYZ | 15.91 | 15.71 | 8.67 | - |
| YUV | 110.13 | 107.61 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 106 | 74 | 0 | 0.20 | 0.44 | 0.48 | 33.1 | 0.28 | 0.4 |
| Hex | 84 | 6A | 4A | 0 | 14 | 2C | 30 | 21 | 1C | 28 |
| Octal | 204 | 152 | 112 | 0 | 24 | 54 | 60 | 41 | 34 | 50 |
| Binary | 10000100 | 1101010 | 1001010 | 0 | 10100 | 101100 | 110000 | 100001 | 11100 | 101000 |
Color Harmonies of #846A4A
Complementary color
Monochromatic Colors of #846A4A
Black with #846A4A
Text Example
Text Example
White with #846A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846A4A; }
p { color: rgb(132,106,74); }
H1.HeaderClassName
{
color: #846A4A;
}
.AnyTagClassName
{
color: #846A4A;
}
</style>
background-color css
<style>
a { background-color: #846A4A; }
a { background-color: rgb(132,106,74); }
div.DivClassName
{
background-color: #846A4A;
}
.BgClassName
{
background-color: #846A4A;
}
</style>
border-color css
<style>
span { border-color: #846A4A; }
span { border-color: rgb(132,106,74); }
td.TdClassName
{
border-color: #846A4A;
}
.TagClassName
{
border-color: #846A4A;
}
</style>