Shades of Mauve Taupe #9A636E
Tints of Mauve Taupe #9A636E
RGB
CMYK
RGB Variations
Color information
#9A636E (or 0x9A636E) is known color: Mauve Taupe. HEX triplet: 9A, 63 and 6E. RGB value is (154,99,110). Sum of RGB (Red+Green+Blue) = 154+99+110=363 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.42% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 154 - color contains mainly: red. Hex color #9A636E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A636E is #659C91. Grayscale: #747474. Windows color (decimal): -6659218 or 7234458. OLE color: 7234458.
HSL color Cylindrical-coordinate representation of color #9A636E: hue angle of 348º 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 #9A636E is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 99 | 110 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.40 |
| HSL | 348º | 0.22% | 0.5% | - |
| HSV(B) | 348º | 0.36% | 0.6% | - |
| XYZ | 20.6 | 16.92 | 16.93 | - |
| YUV | 116.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 99 | 110 | 0 | 0.36 | 0.29 | 0.40 | 348 | 0.22 | 0.5 |
| Hex | 9A | 63 | 6E | 0 | 24 | 1D | 28 | 15C | 16 | 32 |
| Octal | 232 | 143 | 156 | 0 | 44 | 35 | 50 | 534 | 26 | 62 |
| Binary | 10011010 | 1100011 | 1101110 | 0 | 100100 | 11101 | 101000 | 101011100 | 10110 | 110010 |
Color Harmonies of #9A636E
Complementary color
Monochromatic Colors of #9A636E
Black with #9A636E
Text Example
Text Example
White with #9A636E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A636E; }
p { color: rgb(154,99,110); }
H1.HeaderClassName
{
color: #9A636E;
}
.AnyTagClassName
{
color: #9A636E;
}
</style>
background-color css
<style>
a { background-color: #9A636E; }
a { background-color: rgb(154,99,110); }
div.DivClassName
{
background-color: #9A636E;
}
.BgClassName
{
background-color: #9A636E;
}
</style>
border-color css
<style>
span { border-color: #9A636E; }
span { border-color: rgb(154,99,110); }
td.TdClassName
{
border-color: #9A636E;
}
.TagClassName
{
border-color: #9A636E;
}
</style>