Shades of Shadow #846B4D
Tints of Shadow #846B4D
RGB
CMYK
RGB Variations
Color information
#846B4D (or 0x846B4D) is known color: Shadow. HEX triplet: 84, 6B and 4D. RGB value is (132,107,77). Sum of RGB (Red+Green+Blue) = 132+107+77=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 132 - color contains mainly: red. Hex color #846B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846B4D is #7B94B2. Grayscale: #6F6F6F. Windows color (decimal): -8098995 or 5073796. OLE color: 5073796.
HSL color Cylindrical-coordinate representation of color #846B4D: hue angle of 32.73º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #846B4D is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 107 | 77 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.48 |
| HSL | 32.73º | 0.26% | 0.41% | - |
| HSV(B) | 32.73º | 0.42% | 0.52% | - |
| XYZ | 16.11 | 15.96 | 9.25 | - |
| YUV | 111.06 | 108.78 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 77 | 0 | 0.19 | 0.42 | 0.48 | 32.73 | 0.26 | 0.41 |
| Hex | 84 | 6B | 4D | 0 | 13 | 2A | 30 | 21 | 1A | 29 |
| Octal | 204 | 153 | 115 | 0 | 23 | 52 | 60 | 41 | 32 | 51 |
| Binary | 10000100 | 1101011 | 1001101 | 0 | 10011 | 101010 | 110000 | 100001 | 11010 | 101001 |
Color Harmonies of #846B4D
Complementary color
Monochromatic Colors of #846B4D
Black with #846B4D
Text Example
Text Example
White with #846B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846B4D; }
p { color: rgb(132,107,77); }
H1.HeaderClassName
{
color: #846B4D;
}
.AnyTagClassName
{
color: #846B4D;
}
</style>
background-color css
<style>
a { background-color: #846B4D; }
a { background-color: rgb(132,107,77); }
div.DivClassName
{
background-color: #846B4D;
}
.BgClassName
{
background-color: #846B4D;
}
</style>
border-color css
<style>
span { border-color: #846B4D; }
span { border-color: rgb(132,107,77); }
td.TdClassName
{
border-color: #846B4D;
}
.TagClassName
{
border-color: #846B4D;
}
</style>