Shades of Shadow #896D46
Tints of Shadow #896D46
RGB
CMYK
RGB Variations
Color information
#896D46 (or 0x896D46) is known color: Shadow. HEX triplet: 89, 6D and 46. RGB value is (137,109,70). Sum of RGB (Red+Green+Blue) = 137+109+70=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #896D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896D46 is #7692B9. Grayscale: #717171. Windows color (decimal): -7770810 or 4615561. OLE color: 4615561.
HSL color Cylindrical-coordinate representation of color #896D46: hue angle of 34.93º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #896D46 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 109 | 70 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.46 |
| HSL | 34.93º | 0.32% | 0.41% | - |
| HSV(B) | 34.93º | 0.49% | 0.54% | - |
| XYZ | 16.89 | 16.7 | 8.13 | - |
| YUV | 112.93 | 103.78 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 70 | 0 | 0.20 | 0.49 | 0.46 | 34.93 | 0.32 | 0.41 |
| Hex | 89 | 6D | 46 | 0 | 14 | 31 | 2E | 23 | 20 | 29 |
| Octal | 211 | 155 | 106 | 0 | 24 | 61 | 56 | 43 | 40 | 51 |
| Binary | 10001001 | 1101101 | 1000110 | 0 | 10100 | 110001 | 101110 | 100011 | 100000 | 101001 |
Color Harmonies of #896D46
Complementary color
Monochromatic Colors of #896D46
Black with #896D46
Text Example
Text Example
White with #896D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896D46; }
p { color: rgb(137,109,70); }
H1.HeaderClassName
{
color: #896D46;
}
.AnyTagClassName
{
color: #896D46;
}
</style>
background-color css
<style>
a { background-color: #896D46; }
a { background-color: rgb(137,109,70); }
div.DivClassName
{
background-color: #896D46;
}
.BgClassName
{
background-color: #896D46;
}
</style>
border-color css
<style>
span { border-color: #896D46; }
span { border-color: rgb(137,109,70); }
td.TdClassName
{
border-color: #896D46;
}
.TagClassName
{
border-color: #896D46;
}
</style>