Shades of Shadow #896D42
Tints of Shadow #896D42
RGB
CMYK
RGB Variations
Color information
#896D42 (or 0x896D42) is known color: Shadow. HEX triplet: 89, 6D and 42. RGB value is (137,109,66). Sum of RGB (Red+Green+Blue) = 137+109+66=312 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.91% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 137 - color contains mainly: red. Hex color #896D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896D42 is #7692BD. Grayscale: #707070. Windows color (decimal): -7770814 or 4353417. OLE color: 4353417.
HSL color Cylindrical-coordinate representation of color #896D42: hue angle of 36.34º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #896D42 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 109 | 66 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.46 |
| HSL | 36.34º | 0.35% | 0.4% | - |
| HSV(B) | 36.34º | 0.52% | 0.54% | - |
| XYZ | 16.77 | 16.65 | 7.48 | - |
| YUV | 112.47 | 101.78 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 66 | 0 | 0.20 | 0.52 | 0.46 | 36.34 | 0.35 | 0.4 |
| Hex | 89 | 6D | 42 | 0 | 14 | 34 | 2E | 24 | 23 | 28 |
| Octal | 211 | 155 | 102 | 0 | 24 | 64 | 56 | 44 | 43 | 50 |
| Binary | 10001001 | 1101101 | 1000010 | 0 | 10100 | 110100 | 101110 | 100100 | 100011 | 101000 |
Color Harmonies of #896D42
Complementary color
Monochromatic Colors of #896D42
Black with #896D42
Text Example
Text Example
White with #896D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896D42; }
p { color: rgb(137,109,66); }
H1.HeaderClassName
{
color: #896D42;
}
.AnyTagClassName
{
color: #896D42;
}
</style>
background-color css
<style>
a { background-color: #896D42; }
a { background-color: rgb(137,109,66); }
div.DivClassName
{
background-color: #896D42;
}
.BgClassName
{
background-color: #896D42;
}
</style>
border-color css
<style>
span { border-color: #896D42; }
span { border-color: rgb(137,109,66); }
td.TdClassName
{
border-color: #896D42;
}
.TagClassName
{
border-color: #896D42;
}
</style>