Shades of Shadow #896C47
Tints of Shadow #896C47
RGB
CMYK
RGB Variations
Color information
#896C47 (or 0x896C47) is known color: Shadow. HEX triplet: 89, 6C and 47. RGB value is (137,108,71). Sum of RGB (Red+Green+Blue) = 137+108+71=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #896C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896C47 is #7693B8. Grayscale: #707070. Windows color (decimal): -7771065 or 4680841. OLE color: 4680841.
HSL color Cylindrical-coordinate representation of color #896C47: hue angle of 33.64º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #896C47 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 108 | 71 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.46 |
| HSL | 33.64º | 0.32% | 0.41% | - |
| HSV(B) | 33.64º | 0.48% | 0.54% | - |
| XYZ | 16.82 | 16.5 | 8.26 | - |
| YUV | 112.45 | 104.61 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 71 | 0 | 0.21 | 0.48 | 0.46 | 33.64 | 0.32 | 0.41 |
| Hex | 89 | 6C | 47 | 0 | 15 | 30 | 2E | 22 | 20 | 29 |
| Octal | 211 | 154 | 107 | 0 | 25 | 60 | 56 | 42 | 40 | 51 |
| Binary | 10001001 | 1101100 | 1000111 | 0 | 10101 | 110000 | 101110 | 100010 | 100000 | 101001 |
Color Harmonies of #896C47
Complementary color
Monochromatic Colors of #896C47
Black with #896C47
Text Example
Text Example
White with #896C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C47; }
p { color: rgb(137,108,71); }
H1.HeaderClassName
{
color: #896C47;
}
.AnyTagClassName
{
color: #896C47;
}
</style>
background-color css
<style>
a { background-color: #896C47; }
a { background-color: rgb(137,108,71); }
div.DivClassName
{
background-color: #896C47;
}
.BgClassName
{
background-color: #896C47;
}
</style>
border-color css
<style>
span { border-color: #896C47; }
span { border-color: rgb(137,108,71); }
td.TdClassName
{
border-color: #896C47;
}
.TagClassName
{
border-color: #896C47;
}
</style>