Shades of Mauve Taupe #9A606F
Tints of Mauve Taupe #9A606F
RGB
CMYK
RGB Variations
Color information
#9A606F (or 0x9A606F) is known color: Mauve Taupe. HEX triplet: 9A, 60 and 6F. RGB value is (154,96,111). Sum of RGB (Red+Green+Blue) = 154+96+111=361 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.66% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 154 - color contains mainly: red. Hex color #9A606F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A606F is #659F90. Grayscale: #737373. Windows color (decimal): -6659985 or 7299226. OLE color: 7299226.
HSL color Cylindrical-coordinate representation of color #9A606F: hue angle of 344.48º 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 #9A606F is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 96 | 111 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.40 |
| HSL | 344.48º | 0.23% | 0.49% | - |
| HSV(B) | 344.48º | 0.38% | 0.6% | - |
| XYZ | 20.38 | 16.38 | 17.13 | - |
| YUV | 115.05 | 125.72 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 96 | 111 | 0 | 0.38 | 0.28 | 0.40 | 344.48 | 0.23 | 0.49 |
| Hex | 9A | 60 | 6F | 0 | 26 | 1C | 28 | 158 | 17 | 31 |
| Octal | 232 | 140 | 157 | 0 | 46 | 34 | 50 | 530 | 27 | 61 |
| Binary | 10011010 | 1100000 | 1101111 | 0 | 100110 | 11100 | 101000 | 101011000 | 10111 | 110001 |
Color Harmonies of #9A606F
Complementary color
Monochromatic Colors of #9A606F
Black with #9A606F
Text Example
Text Example
White with #9A606F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A606F; }
p { color: rgb(154,96,111); }
H1.HeaderClassName
{
color: #9A606F;
}
.AnyTagClassName
{
color: #9A606F;
}
</style>
background-color css
<style>
a { background-color: #9A606F; }
a { background-color: rgb(154,96,111); }
div.DivClassName
{
background-color: #9A606F;
}
.BgClassName
{
background-color: #9A606F;
}
</style>
border-color css
<style>
span { border-color: #9A606F; }
span { border-color: rgb(154,96,111); }
td.TdClassName
{
border-color: #9A606F;
}
.TagClassName
{
border-color: #9A606F;
}
</style>