Shades of Shadow #896E4E
Tints of Shadow #896E4E
RGB
CMYK
RGB Variations
Color information
#896E4E (or 0x896E4E) is known color: Shadow. HEX triplet: 89, 6E and 4E. RGB value is (137,110,78). Sum of RGB (Red+Green+Blue) = 137+110+78=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #896E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896E4E is #7691B1. Grayscale: #727272. Windows color (decimal): -7770546 or 5140105. OLE color: 5140105.
HSL color Cylindrical-coordinate representation of color #896E4E: hue angle of 32.54º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #896E4E is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 110 | 78 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.46 |
| HSL | 32.54º | 0.27% | 0.42% | - |
| HSV(B) | 32.54º | 0.43% | 0.54% | - |
| XYZ | 17.27 | 17.02 | 9.58 | - |
| YUV | 114.43 | 107.45 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 110 | 78 | 0 | 0.20 | 0.43 | 0.46 | 32.54 | 0.27 | 0.42 |
| Hex | 89 | 6E | 4E | 0 | 14 | 2B | 2E | 21 | 1B | 2A |
| Octal | 211 | 156 | 116 | 0 | 24 | 53 | 56 | 41 | 33 | 52 |
| Binary | 10001001 | 1101110 | 1001110 | 0 | 10100 | 101011 | 101110 | 100001 | 11011 | 101010 |
Color Harmonies of #896E4E
Complementary color
Monochromatic Colors of #896E4E
Black with #896E4E
Text Example
Text Example
White with #896E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896E4E; }
p { color: rgb(137,110,78); }
H1.HeaderClassName
{
color: #896E4E;
}
.AnyTagClassName
{
color: #896E4E;
}
</style>
background-color css
<style>
a { background-color: #896E4E; }
a { background-color: rgb(137,110,78); }
div.DivClassName
{
background-color: #896E4E;
}
.BgClassName
{
background-color: #896E4E;
}
</style>
border-color css
<style>
span { border-color: #896E4E; }
span { border-color: rgb(137,110,78); }
td.TdClassName
{
border-color: #896E4E;
}
.TagClassName
{
border-color: #896E4E;
}
</style>