Shades of Shadow #896F4F
Tints of Shadow #896F4F
RGB
CMYK
RGB Variations
Color information
#896F4F (or 0x896F4F) is known color: Shadow. HEX triplet: 89, 6F and 4F. RGB value is (137,111,79). Sum of RGB (Red+Green+Blue) = 137+111+79=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 137 - color contains mainly: red. Hex color #896F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896F4F is #7690B0. Grayscale: #737373. Windows color (decimal): -7770289 or 5205897. OLE color: 5205897.
HSL color Cylindrical-coordinate representation of color #896F4F: hue angle of 33.1º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #896F4F is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 111 | 79 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.46 |
| HSL | 33.1º | 0.27% | 0.42% | - |
| HSV(B) | 33.1º | 0.42% | 0.54% | - |
| XYZ | 17.41 | 17.25 | 9.81 | - |
| YUV | 115.13 | 107.61 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 111 | 79 | 0 | 0.19 | 0.42 | 0.46 | 33.1 | 0.27 | 0.42 |
| Hex | 89 | 6F | 4F | 0 | 13 | 2A | 2E | 21 | 1B | 2A |
| Octal | 211 | 157 | 117 | 0 | 23 | 52 | 56 | 41 | 33 | 52 |
| Binary | 10001001 | 1101111 | 1001111 | 0 | 10011 | 101010 | 101110 | 100001 | 11011 | 101010 |
Color Harmonies of #896F4F
Complementary color
Monochromatic Colors of #896F4F
Black with #896F4F
Text Example
Text Example
White with #896F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896F4F; }
p { color: rgb(137,111,79); }
H1.HeaderClassName
{
color: #896F4F;
}
.AnyTagClassName
{
color: #896F4F;
}
</style>
background-color css
<style>
a { background-color: #896F4F; }
a { background-color: rgb(137,111,79); }
div.DivClassName
{
background-color: #896F4F;
}
.BgClassName
{
background-color: #896F4F;
}
</style>
border-color css
<style>
span { border-color: #896F4F; }
span { border-color: rgb(137,111,79); }
td.TdClassName
{
border-color: #896F4F;
}
.TagClassName
{
border-color: #896F4F;
}
</style>