Shades of Shadow #846B4E
Tints of Shadow #846B4E
RGB
CMYK
RGB Variations
Color information
#846B4E (or 0x846B4E) is known color: Shadow. HEX triplet: 84, 6B and 4E. RGB value is (132,107,78). Sum of RGB (Red+Green+Blue) = 132+107+78=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 132 - color contains mainly: red. Hex color #846B4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846B4E is #7B94B1. Grayscale: #6F6F6F. Windows color (decimal): -8098994 or 5139332. OLE color: 5139332.
HSL color Cylindrical-coordinate representation of color #846B4E: hue angle of 32.22º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #846B4E is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 107 | 78 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.48 |
| HSL | 32.22º | 0.26% | 0.41% | - |
| HSV(B) | 32.22º | 0.41% | 0.52% | - |
| XYZ | 16.15 | 15.97 | 9.44 | - |
| YUV | 111.17 | 109.28 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 78 | 0 | 0.19 | 0.41 | 0.48 | 32.22 | 0.26 | 0.41 |
| Hex | 84 | 6B | 4E | 0 | 13 | 29 | 30 | 20 | 1A | 29 |
| Octal | 204 | 153 | 116 | 0 | 23 | 51 | 60 | 40 | 32 | 51 |
| Binary | 10000100 | 1101011 | 1001110 | 0 | 10011 | 101001 | 110000 | 100000 | 11010 | 101001 |
Color Harmonies of #846B4E
Complementary color
Monochromatic Colors of #846B4E
Black with #846B4E
Text Example
Text Example
White with #846B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846B4E; }
p { color: rgb(132,107,78); }
H1.HeaderClassName
{
color: #846B4E;
}
.AnyTagClassName
{
color: #846B4E;
}
</style>
background-color css
<style>
a { background-color: #846B4E; }
a { background-color: rgb(132,107,78); }
div.DivClassName
{
background-color: #846B4E;
}
.BgClassName
{
background-color: #846B4E;
}
</style>
border-color css
<style>
span { border-color: #846B4E; }
span { border-color: rgb(132,107,78); }
td.TdClassName
{
border-color: #846B4E;
}
.TagClassName
{
border-color: #846B4E;
}
</style>