Shades of Shadow #896C4C
Tints of Shadow #896C4C
RGB
CMYK
RGB Variations
Color information
#896C4C (or 0x896C4C) is known color: Shadow. HEX triplet: 89, 6C and 4C. RGB value is (137,108,76). Sum of RGB (Red+Green+Blue) = 137+108+76=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 137 - color contains mainly: red. Hex color #896C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896C4C is #7693B3. Grayscale: #717171. Windows color (decimal): -7771060 or 5008521. OLE color: 5008521.
HSL color Cylindrical-coordinate representation of color #896C4C: hue angle of 31.48º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #896C4C is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 108 | 76 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.46 |
| HSL | 31.48º | 0.29% | 0.42% | - |
| HSV(B) | 31.48º | 0.45% | 0.54% | - |
| XYZ | 16.98 | 16.57 | 9.14 | - |
| YUV | 113.02 | 107.11 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 76 | 0 | 0.21 | 0.45 | 0.46 | 31.48 | 0.29 | 0.42 |
| Hex | 89 | 6C | 4C | 0 | 15 | 2D | 2E | 1F | 1D | 2A |
| Octal | 211 | 154 | 114 | 0 | 25 | 55 | 56 | 37 | 35 | 52 |
| Binary | 10001001 | 1101100 | 1001100 | 0 | 10101 | 101101 | 101110 | 11111 | 11101 | 101010 |
Color Harmonies of #896C4C
Complementary color
Monochromatic Colors of #896C4C
Black with #896C4C
Text Example
Text Example
White with #896C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C4C; }
p { color: rgb(137,108,76); }
H1.HeaderClassName
{
color: #896C4C;
}
.AnyTagClassName
{
color: #896C4C;
}
</style>
background-color css
<style>
a { background-color: #896C4C; }
a { background-color: rgb(137,108,76); }
div.DivClassName
{
background-color: #896C4C;
}
.BgClassName
{
background-color: #896C4C;
}
</style>
border-color css
<style>
span { border-color: #896C4C; }
span { border-color: rgb(137,108,76); }
td.TdClassName
{
border-color: #896C4C;
}
.TagClassName
{
border-color: #896C4C;
}
</style>