Shades of Mauve Taupe #9A6370
Tints of Mauve Taupe #9A6370
RGB
CMYK
RGB Variations
Color information
#9A6370 (or 0x9A6370) is known color: Mauve Taupe. HEX triplet: 9A, 63 and 70. RGB value is (154,99,112). Sum of RGB (Red+Green+Blue) = 154+99+112=365 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.19% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6370 is #659C8F. Grayscale: #747474. Windows color (decimal): -6659216 or 7365530. OLE color: 7365530.
HSL color Cylindrical-coordinate representation of color #9A6370: hue angle of 345.82º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A6370 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 99 | 112 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.40 |
| HSL | 345.82º | 0.22% | 0.5% | - |
| HSV(B) | 345.82º | 0.36% | 0.6% | - |
| XYZ | 20.71 | 16.96 | 17.51 | - |
| YUV | 116.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 99 | 112 | 0 | 0.36 | 0.27 | 0.40 | 345.82 | 0.22 | 0.5 |
| Hex | 9A | 63 | 70 | 0 | 24 | 1B | 28 | 15A | 16 | 32 |
| Octal | 232 | 143 | 160 | 0 | 44 | 33 | 50 | 532 | 26 | 62 |
| Binary | 10011010 | 1100011 | 1110000 | 0 | 100100 | 11011 | 101000 | 101011010 | 10110 | 110010 |
Color Harmonies of #9A6370
Complementary color
Monochromatic Colors of #9A6370
Black with #9A6370
Text Example
Text Example
White with #9A6370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6370; }
p { color: rgb(154,99,112); }
H1.HeaderClassName
{
color: #9A6370;
}
.AnyTagClassName
{
color: #9A6370;
}
</style>
background-color css
<style>
a { background-color: #9A6370; }
a { background-color: rgb(154,99,112); }
div.DivClassName
{
background-color: #9A6370;
}
.BgClassName
{
background-color: #9A6370;
}
</style>
border-color css
<style>
span { border-color: #9A6370; }
span { border-color: rgb(154,99,112); }
td.TdClassName
{
border-color: #9A6370;
}
.TagClassName
{
border-color: #9A6370;
}
</style>