Shades of Mauve Taupe #9A6063
Tints of Mauve Taupe #9A6063
RGB
CMYK
RGB Variations
Color information
#9A6063 (or 0x9A6063) is known color: Mauve Taupe. HEX triplet: 9A, 60 and 63. RGB value is (154,96,99). Sum of RGB (Red+Green+Blue) = 154+96+99=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 99 (39.06% from 255 or 28.37% from 349); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6063 is #659F9C. Grayscale: #717171. Windows color (decimal): -6659997 or 6512794. OLE color: 6512794.
HSL color Cylindrical-coordinate representation of color #9A6063: hue angle of 356.9º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A6063 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 96 | 99 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.40 |
| HSL | 356.9º | 0.23% | 0.49% | - |
| HSV(B) | 356.9º | 0.38% | 0.6% | - |
| XYZ | 19.76 | 16.14 | 13.88 | - |
| YUV | 113.68 | 119.72 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 96 | 99 | 0 | 0.38 | 0.36 | 0.40 | 356.9 | 0.23 | 0.49 |
| Hex | 9A | 60 | 63 | 0 | 26 | 24 | 28 | 165 | 17 | 31 |
| Octal | 232 | 140 | 143 | 0 | 46 | 44 | 50 | 545 | 27 | 61 |
| Binary | 10011010 | 1100000 | 1100011 | 0 | 100110 | 100100 | 101000 | 101100101 | 10111 | 110001 |
Color Harmonies of #9A6063
Complementary color
Monochromatic Colors of #9A6063
Black with #9A6063
Text Example
Text Example
White with #9A6063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6063; }
p { color: rgb(154,96,99); }
H1.HeaderClassName
{
color: #9A6063;
}
.AnyTagClassName
{
color: #9A6063;
}
</style>
background-color css
<style>
a { background-color: #9A6063; }
a { background-color: rgb(154,96,99); }
div.DivClassName
{
background-color: #9A6063;
}
.BgClassName
{
background-color: #9A6063;
}
</style>
border-color css
<style>
span { border-color: #9A6063; }
span { border-color: rgb(154,96,99); }
td.TdClassName
{
border-color: #9A6063;
}
.TagClassName
{
border-color: #9A6063;
}
</style>