Shades of Shadow #896B49
Tints of Shadow #896B49
RGB
CMYK
RGB Variations
Color information
#896B49 (or 0x896B49) is known color: Shadow. HEX triplet: 89, 6B and 49. RGB value is (137,107,73). Sum of RGB (Red+Green+Blue) = 137+107+73=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #896B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896B49 is #7694B6. Grayscale: #707070. Windows color (decimal): -7771319 or 4811657. OLE color: 4811657.
HSL color Cylindrical-coordinate representation of color #896B49: hue angle of 31.88º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #896B49 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 107 | 73 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.46 |
| HSL | 31.88º | 0.3% | 0.41% | - |
| HSV(B) | 31.88º | 0.47% | 0.54% | - |
| XYZ | 16.78 | 16.31 | 8.57 | - |
| YUV | 112.09 | 105.94 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 107 | 73 | 0 | 0.22 | 0.47 | 0.46 | 31.88 | 0.3 | 0.41 |
| Hex | 89 | 6B | 49 | 0 | 16 | 2F | 2E | 20 | 1E | 29 |
| Octal | 211 | 153 | 111 | 0 | 26 | 57 | 56 | 40 | 36 | 51 |
| Binary | 10001001 | 1101011 | 1001001 | 0 | 10110 | 101111 | 101110 | 100000 | 11110 | 101001 |
Color Harmonies of #896B49
Complementary color
Monochromatic Colors of #896B49
Black with #896B49
Text Example
Text Example
White with #896B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896B49; }
p { color: rgb(137,107,73); }
H1.HeaderClassName
{
color: #896B49;
}
.AnyTagClassName
{
color: #896B49;
}
</style>
background-color css
<style>
a { background-color: #896B49; }
a { background-color: rgb(137,107,73); }
div.DivClassName
{
background-color: #896B49;
}
.BgClassName
{
background-color: #896B49;
}
</style>
border-color css
<style>
span { border-color: #896B49; }
span { border-color: rgb(137,107,73); }
td.TdClassName
{
border-color: #896B49;
}
.TagClassName
{
border-color: #896B49;
}
</style>