Shades of Shadow #896F4D
Tints of Shadow #896F4D
RGB
CMYK
RGB Variations
Color information
#896F4D (or 0x896F4D) is known color: Shadow. HEX triplet: 89, 6F and 4D. RGB value is (137,111,77). Sum of RGB (Red+Green+Blue) = 137+111+77=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #896F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896F4D is #7690B2. Grayscale: #737373. Windows color (decimal): -7770291 or 5074825. OLE color: 5074825.
HSL color Cylindrical-coordinate representation of color #896F4D: hue angle of 34º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #896F4D is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 111 | 77 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.46 |
| HSL | 34º | 0.28% | 0.42% | - |
| HSV(B) | 34º | 0.44% | 0.54% | - |
| XYZ | 17.34 | 17.22 | 9.43 | - |
| YUV | 114.9 | 106.61 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 111 | 77 | 0 | 0.19 | 0.44 | 0.46 | 34 | 0.28 | 0.42 |
| Hex | 89 | 6F | 4D | 0 | 13 | 2C | 2E | 22 | 1C | 2A |
| Octal | 211 | 157 | 115 | 0 | 23 | 54 | 56 | 42 | 34 | 52 |
| Binary | 10001001 | 1101111 | 1001101 | 0 | 10011 | 101100 | 101110 | 100010 | 11100 | 101010 |
Color Harmonies of #896F4D
Complementary color
Monochromatic Colors of #896F4D
Black with #896F4D
Text Example
Text Example
White with #896F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896F4D; }
p { color: rgb(137,111,77); }
H1.HeaderClassName
{
color: #896F4D;
}
.AnyTagClassName
{
color: #896F4D;
}
</style>
background-color css
<style>
a { background-color: #896F4D; }
a { background-color: rgb(137,111,77); }
div.DivClassName
{
background-color: #896F4D;
}
.BgClassName
{
background-color: #896F4D;
}
</style>
border-color css
<style>
span { border-color: #896F4D; }
span { border-color: rgb(137,111,77); }
td.TdClassName
{
border-color: #896F4D;
}
.TagClassName
{
border-color: #896F4D;
}
</style>