Shades of Shadow #896C48
Tints of Shadow #896C48
RGB
CMYK
RGB Variations
Color information
#896C48 (or 0x896C48) is known color: Shadow. HEX triplet: 89, 6C and 48. RGB value is (137,108,72). Sum of RGB (Red+Green+Blue) = 137+108+72=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #896C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896C48 is #7693B7. Grayscale: #707070. Windows color (decimal): -7771064 or 4746377. OLE color: 4746377.
HSL color Cylindrical-coordinate representation of color #896C48: hue angle of 33.23º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #896C48 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 108 | 72 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.46 |
| HSL | 33.23º | 0.31% | 0.41% | - |
| HSV(B) | 33.23º | 0.47% | 0.54% | - |
| XYZ | 16.85 | 16.51 | 8.43 | - |
| YUV | 112.57 | 105.11 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 72 | 0 | 0.21 | 0.47 | 0.46 | 33.23 | 0.31 | 0.41 |
| Hex | 89 | 6C | 48 | 0 | 15 | 2F | 2E | 21 | 1F | 29 |
| Octal | 211 | 154 | 110 | 0 | 25 | 57 | 56 | 41 | 37 | 51 |
| Binary | 10001001 | 1101100 | 1001000 | 0 | 10101 | 101111 | 101110 | 100001 | 11111 | 101001 |
Color Harmonies of #896C48
Complementary color
Monochromatic Colors of #896C48
Black with #896C48
Text Example
Text Example
White with #896C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C48; }
p { color: rgb(137,108,72); }
H1.HeaderClassName
{
color: #896C48;
}
.AnyTagClassName
{
color: #896C48;
}
</style>
background-color css
<style>
a { background-color: #896C48; }
a { background-color: rgb(137,108,72); }
div.DivClassName
{
background-color: #896C48;
}
.BgClassName
{
background-color: #896C48;
}
</style>
border-color css
<style>
span { border-color: #896C48; }
span { border-color: rgb(137,108,72); }
td.TdClassName
{
border-color: #896C48;
}
.TagClassName
{
border-color: #896C48;
}
</style>