Shades of Shadow #896A46
Tints of Shadow #896A46
RGB
CMYK
RGB Variations
Color information
#896A46 (or 0x896A46) is known color: Shadow. HEX triplet: 89, 6A and 46. RGB value is (137,106,70). Sum of RGB (Red+Green+Blue) = 137+106+70=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 137 - color contains mainly: red. Hex color #896A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896A46 is #7695B9. Grayscale: #6F6F6F. Windows color (decimal): -7771578 or 4614793. OLE color: 4614793.
HSL color Cylindrical-coordinate representation of color #896A46: hue angle of 32.24º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #896A46 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 106 | 70 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.46 |
| HSL | 32.24º | 0.32% | 0.41% | - |
| HSV(B) | 32.24º | 0.49% | 0.54% | - |
| XYZ | 16.58 | 16.07 | 8.02 | - |
| YUV | 111.17 | 104.77 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 106 | 70 | 0 | 0.23 | 0.49 | 0.46 | 32.24 | 0.32 | 0.41 |
| Hex | 89 | 6A | 46 | 0 | 17 | 31 | 2E | 20 | 20 | 29 |
| Octal | 211 | 152 | 106 | 0 | 27 | 61 | 56 | 40 | 40 | 51 |
| Binary | 10001001 | 1101010 | 1000110 | 0 | 10111 | 110001 | 101110 | 100000 | 100000 | 101001 |
Color Harmonies of #896A46
Complementary color
Monochromatic Colors of #896A46
Black with #896A46
Text Example
Text Example
White with #896A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896A46; }
p { color: rgb(137,106,70); }
H1.HeaderClassName
{
color: #896A46;
}
.AnyTagClassName
{
color: #896A46;
}
</style>
background-color css
<style>
a { background-color: #896A46; }
a { background-color: rgb(137,106,70); }
div.DivClassName
{
background-color: #896A46;
}
.BgClassName
{
background-color: #896A46;
}
</style>
border-color css
<style>
span { border-color: #896A46; }
span { border-color: rgb(137,106,70); }
td.TdClassName
{
border-color: #896A46;
}
.TagClassName
{
border-color: #896A46;
}
</style>