Shades of Shadow #896B45
Tints of Shadow #896B45
RGB
CMYK
RGB Variations
Color information
#896B45 (or 0x896B45) is known color: Shadow. HEX triplet: 89, 6B and 45. RGB value is (137,107,69). Sum of RGB (Red+Green+Blue) = 137+107+69=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 137 - color contains mainly: red. Hex color #896B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896B45 is #7694BA. Grayscale: #6F6F6F. Windows color (decimal): -7771323 or 4549513. OLE color: 4549513.
HSL color Cylindrical-coordinate representation of color #896B45: hue angle of 33.53º 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 #896B45 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 107 | 69 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.46 |
| HSL | 33.53º | 0.33% | 0.4% | - |
| HSV(B) | 33.53º | 0.5% | 0.54% | - |
| XYZ | 16.65 | 16.26 | 7.89 | - |
| YUV | 111.64 | 103.94 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 107 | 69 | 0 | 0.22 | 0.50 | 0.46 | 33.53 | 0.33 | 0.4 |
| Hex | 89 | 6B | 45 | 0 | 16 | 32 | 2E | 22 | 21 | 28 |
| Octal | 211 | 153 | 105 | 0 | 26 | 62 | 56 | 42 | 41 | 50 |
| Binary | 10001001 | 1101011 | 1000101 | 0 | 10110 | 110010 | 101110 | 100010 | 100001 | 101000 |
Color Harmonies of #896B45
Complementary color
Monochromatic Colors of #896B45
Black with #896B45
Text Example
Text Example
White with #896B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896B45; }
p { color: rgb(137,107,69); }
H1.HeaderClassName
{
color: #896B45;
}
.AnyTagClassName
{
color: #896B45;
}
</style>
background-color css
<style>
a { background-color: #896B45; }
a { background-color: rgb(137,107,69); }
div.DivClassName
{
background-color: #896B45;
}
.BgClassName
{
background-color: #896B45;
}
</style>
border-color css
<style>
span { border-color: #896B45; }
span { border-color: rgb(137,107,69); }
td.TdClassName
{
border-color: #896B45;
}
.TagClassName
{
border-color: #896B45;
}
</style>