Shades of Shadow #896D4C
Tints of Shadow #896D4C
RGB
CMYK
RGB Variations
Color information
#896D4C (or 0x896D4C) is known color: Shadow. HEX triplet: 89, 6D and 4C. RGB value is (137,109,76). Sum of RGB (Red+Green+Blue) = 137+109+76=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #896D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896D4C is #7692B3. Grayscale: #717171. Windows color (decimal): -7770804 or 5008777. OLE color: 5008777.
HSL color Cylindrical-coordinate representation of color #896D4C: hue angle of 32.46º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #896D4C is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 109 | 76 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.46 |
| HSL | 32.46º | 0.29% | 0.42% | - |
| HSV(B) | 32.46º | 0.45% | 0.54% | - |
| XYZ | 17.09 | 16.78 | 9.18 | - |
| YUV | 113.61 | 106.78 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 76 | 0 | 0.20 | 0.45 | 0.46 | 32.46 | 0.29 | 0.42 |
| Hex | 89 | 6D | 4C | 0 | 14 | 2D | 2E | 20 | 1D | 2A |
| Octal | 211 | 155 | 114 | 0 | 24 | 55 | 56 | 40 | 35 | 52 |
| Binary | 10001001 | 1101101 | 1001100 | 0 | 10100 | 101101 | 101110 | 100000 | 11101 | 101010 |
Color Harmonies of #896D4C
Complementary color
Monochromatic Colors of #896D4C
Black with #896D4C
Text Example
Text Example
White with #896D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896D4C; }
p { color: rgb(137,109,76); }
H1.HeaderClassName
{
color: #896D4C;
}
.AnyTagClassName
{
color: #896D4C;
}
</style>
background-color css
<style>
a { background-color: #896D4C; }
a { background-color: rgb(137,109,76); }
div.DivClassName
{
background-color: #896D4C;
}
.BgClassName
{
background-color: #896D4C;
}
</style>
border-color css
<style>
span { border-color: #896D4C; }
span { border-color: rgb(137,109,76); }
td.TdClassName
{
border-color: #896D4C;
}
.TagClassName
{
border-color: #896D4C;
}
</style>