Shades of Shadow #896D44
Tints of Shadow #896D44
RGB
CMYK
RGB Variations
Color information
#896D44 (or 0x896D44) is known color: Shadow. HEX triplet: 89, 6D and 44. RGB value is (137,109,68). Sum of RGB (Red+Green+Blue) = 137+109+68=314 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.63% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 137 - color contains mainly: red. Hex color #896D44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896D44 is #7692BB. Grayscale: #707070. Windows color (decimal): -7770812 or 4484489. OLE color: 4484489.
HSL color Cylindrical-coordinate representation of color #896D44: hue angle of 35.65º degrees, saturation: 0.34, 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 #896D44 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 109 | 68 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.46 |
| HSL | 35.65º | 0.34% | 0.4% | - |
| HSV(B) | 35.65º | 0.5% | 0.54% | - |
| XYZ | 16.83 | 16.67 | 7.8 | - |
| YUV | 112.7 | 102.78 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 68 | 0 | 0.20 | 0.50 | 0.46 | 35.65 | 0.34 | 0.4 |
| Hex | 89 | 6D | 44 | 0 | 14 | 32 | 2E | 24 | 22 | 28 |
| Octal | 211 | 155 | 104 | 0 | 24 | 62 | 56 | 44 | 42 | 50 |
| Binary | 10001001 | 1101101 | 1000100 | 0 | 10100 | 110010 | 101110 | 100100 | 100010 | 101000 |
Color Harmonies of #896D44
Complementary color
Monochromatic Colors of #896D44
Black with #896D44
Text Example
Text Example
White with #896D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896D44; }
p { color: rgb(137,109,68); }
H1.HeaderClassName
{
color: #896D44;
}
.AnyTagClassName
{
color: #896D44;
}
</style>
background-color css
<style>
a { background-color: #896D44; }
a { background-color: rgb(137,109,68); }
div.DivClassName
{
background-color: #896D44;
}
.BgClassName
{
background-color: #896D44;
}
</style>
border-color css
<style>
span { border-color: #896D44; }
span { border-color: rgb(137,109,68); }
td.TdClassName
{
border-color: #896D44;
}
.TagClassName
{
border-color: #896D44;
}
</style>