Shades of Shadow #896C4D
Tints of Shadow #896C4D
RGB
CMYK
RGB Variations
Color information
#896C4D (or 0x896C4D) is known color: Shadow. HEX triplet: 89, 6C and 4D. RGB value is (137,108,77). Sum of RGB (Red+Green+Blue) = 137+108+77=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #896C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896C4D is #7693B2. Grayscale: #717171. Windows color (decimal): -7771059 or 5074057. OLE color: 5074057.
HSL color Cylindrical-coordinate representation of color #896C4D: hue angle of 31º 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 #896C4D is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 108 | 77 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.46 |
| HSL | 31º | 0.28% | 0.42% | - |
| HSV(B) | 31º | 0.44% | 0.54% | - |
| XYZ | 17.02 | 16.58 | 9.32 | - |
| YUV | 113.14 | 107.61 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 77 | 0 | 0.21 | 0.44 | 0.46 | 31 | 0.28 | 0.42 |
| Hex | 89 | 6C | 4D | 0 | 15 | 2C | 2E | 1F | 1C | 2A |
| Octal | 211 | 154 | 115 | 0 | 25 | 54 | 56 | 37 | 34 | 52 |
| Binary | 10001001 | 1101100 | 1001101 | 0 | 10101 | 101100 | 101110 | 11111 | 11100 | 101010 |
Color Harmonies of #896C4D
Complementary color
Monochromatic Colors of #896C4D
Black with #896C4D
Text Example
Text Example
White with #896C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C4D; }
p { color: rgb(137,108,77); }
H1.HeaderClassName
{
color: #896C4D;
}
.AnyTagClassName
{
color: #896C4D;
}
</style>
background-color css
<style>
a { background-color: #896C4D; }
a { background-color: rgb(137,108,77); }
div.DivClassName
{
background-color: #896C4D;
}
.BgClassName
{
background-color: #896C4D;
}
</style>
border-color css
<style>
span { border-color: #896C4D; }
span { border-color: rgb(137,108,77); }
td.TdClassName
{
border-color: #896C4D;
}
.TagClassName
{
border-color: #896C4D;
}
</style>