Shades of Shadow #846B44
Tints of Shadow #846B44
RGB
CMYK
RGB Variations
Color information
#846B44 (or 0x846B44) is known color: Shadow. HEX triplet: 84, 6B and 44. RGB value is (132,107,68). Sum of RGB (Red+Green+Blue) = 132+107+68=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 132 - color contains mainly: red. Hex color #846B44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846B44 is #7B94BB. Grayscale: #6E6E6E. Windows color (decimal): -8099004 or 4483972. OLE color: 4483972.
HSL color Cylindrical-coordinate representation of color #846B44: hue angle of 36.56º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #846B44 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 107 | 68 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.48 |
| HSL | 36.56º | 0.32% | 0.39% | - |
| HSV(B) | 36.56º | 0.48% | 0.52% | - |
| XYZ | 15.82 | 15.84 | 7.69 | - |
| YUV | 110.03 | 104.28 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 68 | 0 | 0.19 | 0.48 | 0.48 | 36.56 | 0.32 | 0.39 |
| Hex | 84 | 6B | 44 | 0 | 13 | 30 | 30 | 25 | 20 | 27 |
| Octal | 204 | 153 | 104 | 0 | 23 | 60 | 60 | 45 | 40 | 47 |
| Binary | 10000100 | 1101011 | 1000100 | 0 | 10011 | 110000 | 110000 | 100101 | 100000 | 100111 |
Color Harmonies of #846B44
Complementary color
Monochromatic Colors of #846B44
Black with #846B44
Text Example
Text Example
White with #846B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846B44; }
p { color: rgb(132,107,68); }
H1.HeaderClassName
{
color: #846B44;
}
.AnyTagClassName
{
color: #846B44;
}
</style>
background-color css
<style>
a { background-color: #846B44; }
a { background-color: rgb(132,107,68); }
div.DivClassName
{
background-color: #846B44;
}
.BgClassName
{
background-color: #846B44;
}
</style>
border-color css
<style>
span { border-color: #846B44; }
span { border-color: rgb(132,107,68); }
td.TdClassName
{
border-color: #846B44;
}
.TagClassName
{
border-color: #846B44;
}
</style>