Shades of Mauve Taupe #896063
Tints of Mauve Taupe #896063
RGB
CMYK
RGB Variations
Color information
#896063 (or 0x896063) is known color: Mauve Taupe. HEX triplet: 89, 60 and 63. RGB value is (137,96,99). Sum of RGB (Red+Green+Blue) = 137+96+99=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 137 - color contains mainly: red. Hex color #896063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896063 is #769F9C. Grayscale: #6C6C6C. Windows color (decimal): -7774109 or 6512777. OLE color: 6512777.
HSL color Cylindrical-coordinate representation of color #896063: hue angle of 355.61º 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 #896063 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 96 | 99 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.46 |
| HSL | 355.61º | 0.18% | 0.46% | - |
| HSV(B) | 355.61º | 0.3% | 0.54% | - |
| XYZ | 16.75 | 14.58 | 13.74 | - |
| YUV | 108.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 96 | 99 | 0 | 0.30 | 0.28 | 0.46 | 355.61 | 0.18 | 0.46 |
| Hex | 89 | 60 | 63 | 0 | 1E | 1C | 2E | 164 | 12 | 2E |
| Octal | 211 | 140 | 143 | 0 | 36 | 34 | 56 | 544 | 22 | 56 |
| Binary | 10001001 | 1100000 | 1100011 | 0 | 11110 | 11100 | 101110 | 101100100 | 10010 | 101110 |
Color Harmonies of #896063
Complementary color
Monochromatic Colors of #896063
Black with #896063
Text Example
Text Example
White with #896063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896063; }
p { color: rgb(137,96,99); }
H1.HeaderClassName
{
color: #896063;
}
.AnyTagClassName
{
color: #896063;
}
</style>
background-color css
<style>
a { background-color: #896063; }
a { background-color: rgb(137,96,99); }
div.DivClassName
{
background-color: #896063;
}
.BgClassName
{
background-color: #896063;
}
</style>
border-color css
<style>
span { border-color: #896063; }
span { border-color: rgb(137,96,99); }
td.TdClassName
{
border-color: #896063;
}
.TagClassName
{
border-color: #896063;
}
</style>