Shades of Shadow #896A48
Tints of Shadow #896A48
RGB
CMYK
RGB Variations
Color information
#896A48 (or 0x896A48) is known color: Shadow. HEX triplet: 89, 6A and 48. RGB value is (137,106,72). Sum of RGB (Red+Green+Blue) = 137+106+72=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 137 - color contains mainly: red. Hex color #896A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896A48 is #7695B7. Grayscale: #6F6F6F. Windows color (decimal): -7771576 or 4745865. OLE color: 4745865.
HSL color Cylindrical-coordinate representation of color #896A48: hue angle of 31.38º 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 #896A48 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 106 | 72 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.46 |
| HSL | 31.38º | 0.31% | 0.41% | - |
| HSV(B) | 31.38º | 0.47% | 0.54% | - |
| XYZ | 16.64 | 16.09 | 8.36 | - |
| YUV | 111.39 | 105.77 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 106 | 72 | 0 | 0.23 | 0.47 | 0.46 | 31.38 | 0.31 | 0.41 |
| Hex | 89 | 6A | 48 | 0 | 17 | 2F | 2E | 1F | 1F | 29 |
| Octal | 211 | 152 | 110 | 0 | 27 | 57 | 56 | 37 | 37 | 51 |
| Binary | 10001001 | 1101010 | 1001000 | 0 | 10111 | 101111 | 101110 | 11111 | 11111 | 101001 |
Color Harmonies of #896A48
Complementary color
Monochromatic Colors of #896A48
Black with #896A48
Text Example
Text Example
White with #896A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896A48; }
p { color: rgb(137,106,72); }
H1.HeaderClassName
{
color: #896A48;
}
.AnyTagClassName
{
color: #896A48;
}
</style>
background-color css
<style>
a { background-color: #896A48; }
a { background-color: rgb(137,106,72); }
div.DivClassName
{
background-color: #896A48;
}
.BgClassName
{
background-color: #896A48;
}
</style>
border-color css
<style>
span { border-color: #896A48; }
span { border-color: rgb(137,106,72); }
td.TdClassName
{
border-color: #896A48;
}
.TagClassName
{
border-color: #896A48;
}
</style>