Shades of Mauve Taupe #896064
Tints of Mauve Taupe #896064
RGB
CMYK
RGB Variations
Color information
#896064 (or 0x896064) is known color: Mauve Taupe. HEX triplet: 89, 60 and 64. RGB value is (137,96,100). Sum of RGB (Red+Green+Blue) = 137+96+100=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 137 - color contains mainly: red. Hex color #896064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896064 is #769F9B. Grayscale: #6C6C6C. Windows color (decimal): -7774108 or 6578313. OLE color: 6578313.
HSL color Cylindrical-coordinate representation of color #896064: hue angle of 354.15º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #896064 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 96 | 100 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.46 |
| HSL | 354.15º | 0.18% | 0.46% | - |
| HSV(B) | 354.15º | 0.3% | 0.54% | - |
| XYZ | 16.8 | 14.6 | 13.99 | - |
| YUV | 108.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 96 | 100 | 0 | 0.30 | 0.27 | 0.46 | 354.15 | 0.18 | 0.46 |
| Hex | 89 | 60 | 64 | 0 | 1E | 1B | 2E | 162 | 12 | 2E |
| Octal | 211 | 140 | 144 | 0 | 36 | 33 | 56 | 542 | 22 | 56 |
| Binary | 10001001 | 1100000 | 1100100 | 0 | 11110 | 11011 | 101110 | 101100010 | 10010 | 101110 |
Color Harmonies of #896064
Complementary color
Monochromatic Colors of #896064
Black with #896064
Text Example
Text Example
White with #896064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896064; }
p { color: rgb(137,96,100); }
H1.HeaderClassName
{
color: #896064;
}
.AnyTagClassName
{
color: #896064;
}
</style>
background-color css
<style>
a { background-color: #896064; }
a { background-color: rgb(137,96,100); }
div.DivClassName
{
background-color: #896064;
}
.BgClassName
{
background-color: #896064;
}
</style>
border-color css
<style>
span { border-color: #896064; }
span { border-color: rgb(137,96,100); }
td.TdClassName
{
border-color: #896064;
}
.TagClassName
{
border-color: #896064;
}
</style>