Shades of Shadow #896F45
Tints of Shadow #896F45
RGB
CMYK
RGB Variations
Color information
#896F45 (or 0x896F45) is known color: Shadow. HEX triplet: 89, 6F and 45. RGB value is (137,111,69). Sum of RGB (Red+Green+Blue) = 137+111+69=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #896F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896F45 is #7690BA. Grayscale: #727272. Windows color (decimal): -7770299 or 4550537. OLE color: 4550537.
HSL color Cylindrical-coordinate representation of color #896F45: hue angle of 37.06º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #896F45 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 111 | 69 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.46 |
| HSL | 37.06º | 0.33% | 0.4% | - |
| HSV(B) | 37.06º | 0.5% | 0.54% | - |
| XYZ | 17.08 | 17.12 | 8.03 | - |
| YUV | 113.99 | 102.61 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 111 | 69 | 0 | 0.19 | 0.50 | 0.46 | 37.06 | 0.33 | 0.4 |
| Hex | 89 | 6F | 45 | 0 | 13 | 32 | 2E | 25 | 21 | 28 |
| Octal | 211 | 157 | 105 | 0 | 23 | 62 | 56 | 45 | 41 | 50 |
| Binary | 10001001 | 1101111 | 1000101 | 0 | 10011 | 110010 | 101110 | 100101 | 100001 | 101000 |
Color Harmonies of #896F45
Complementary color
Monochromatic Colors of #896F45
Black with #896F45
Text Example
Text Example
White with #896F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896F45; }
p { color: rgb(137,111,69); }
H1.HeaderClassName
{
color: #896F45;
}
.AnyTagClassName
{
color: #896F45;
}
</style>
background-color css
<style>
a { background-color: #896F45; }
a { background-color: rgb(137,111,69); }
div.DivClassName
{
background-color: #896F45;
}
.BgClassName
{
background-color: #896F45;
}
</style>
border-color css
<style>
span { border-color: #896F45; }
span { border-color: rgb(137,111,69); }
td.TdClassName
{
border-color: #896F45;
}
.TagClassName
{
border-color: #896F45;
}
</style>