Shades of Shadow #896B4D
Tints of Shadow #896B4D
RGB
CMYK
RGB Variations
Color information
#896B4D (or 0x896B4D) is known color: Shadow. HEX triplet: 89, 6B and 4D. RGB value is (137,107,77). Sum of RGB (Red+Green+Blue) = 137+107+77=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 137 - color contains mainly: red. Hex color #896B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896B4D is #7694B2. Grayscale: #707070. Windows color (decimal): -7771315 or 5073801. OLE color: 5073801.
HSL color Cylindrical-coordinate representation of color #896B4D: hue angle of 30º 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 #896B4D is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 107 | 77 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.46 |
| HSL | 30º | 0.28% | 0.42% | - |
| HSV(B) | 30º | 0.44% | 0.54% | - |
| XYZ | 16.91 | 16.37 | 9.29 | - |
| YUV | 112.55 | 107.94 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 107 | 77 | 0 | 0.22 | 0.44 | 0.46 | 30 | 0.28 | 0.42 |
| Hex | 89 | 6B | 4D | 0 | 16 | 2C | 2E | 1E | 1C | 2A |
| Octal | 211 | 153 | 115 | 0 | 26 | 54 | 56 | 36 | 34 | 52 |
| Binary | 10001001 | 1101011 | 1001101 | 0 | 10110 | 101100 | 101110 | 11110 | 11100 | 101010 |
Color Harmonies of #896B4D
Complementary color
Monochromatic Colors of #896B4D
Black with #896B4D
Text Example
Text Example
White with #896B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896B4D; }
p { color: rgb(137,107,77); }
H1.HeaderClassName
{
color: #896B4D;
}
.AnyTagClassName
{
color: #896B4D;
}
</style>
background-color css
<style>
a { background-color: #896B4D; }
a { background-color: rgb(137,107,77); }
div.DivClassName
{
background-color: #896B4D;
}
.BgClassName
{
background-color: #896B4D;
}
</style>
border-color css
<style>
span { border-color: #896B4D; }
span { border-color: rgb(137,107,77); }
td.TdClassName
{
border-color: #896B4D;
}
.TagClassName
{
border-color: #896B4D;
}
</style>