Shades of Shadow #896E41
Tints of Shadow #896E41
RGB
CMYK
RGB Variations
Color information
#896E41 (or 0x896E41) is known color: Shadow. HEX triplet: 89, 6E and 41. RGB value is (137,110,65). Sum of RGB (Red+Green+Blue) = 137+110+65=312 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.91% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 137 - color contains mainly: red. Hex color #896E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896E41 is #7691BE. Grayscale: #717171. Windows color (decimal): -7770559 or 4288137. OLE color: 4288137.
HSL color Cylindrical-coordinate representation of color #896E41: hue angle of 37.5º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #896E41 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 110 | 65 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.46 |
| HSL | 37.5º | 0.36% | 0.4% | - |
| HSV(B) | 37.5º | 0.53% | 0.54% | - |
| XYZ | 16.85 | 16.85 | 7.37 | - |
| YUV | 112.94 | 100.95 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 110 | 65 | 0 | 0.20 | 0.53 | 0.46 | 37.5 | 0.36 | 0.4 |
| Hex | 89 | 6E | 41 | 0 | 14 | 35 | 2E | 26 | 24 | 28 |
| Octal | 211 | 156 | 101 | 0 | 24 | 65 | 56 | 46 | 44 | 50 |
| Binary | 10001001 | 1101110 | 1000001 | 0 | 10100 | 110101 | 101110 | 100110 | 100100 | 101000 |
Color Harmonies of #896E41
Complementary color
Monochromatic Colors of #896E41
Black with #896E41
Text Example
Text Example
White with #896E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896E41; }
p { color: rgb(137,110,65); }
H1.HeaderClassName
{
color: #896E41;
}
.AnyTagClassName
{
color: #896E41;
}
</style>
background-color css
<style>
a { background-color: #896E41; }
a { background-color: rgb(137,110,65); }
div.DivClassName
{
background-color: #896E41;
}
.BgClassName
{
background-color: #896E41;
}
</style>
border-color css
<style>
span { border-color: #896E41; }
span { border-color: rgb(137,110,65); }
td.TdClassName
{
border-color: #896E41;
}
.TagClassName
{
border-color: #896E41;
}
</style>