Shades of Mauve Taupe #9A6671
Tints of Mauve Taupe #9A6671
RGB
CMYK
RGB Variations
Color information
#9A6671 (or 0x9A6671) is known color: Mauve Taupe. HEX triplet: 9A, 66 and 71. RGB value is (154,102,113). Sum of RGB (Red+Green+Blue) = 154+102+113=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6671 is #65998E. Grayscale: #767676. Windows color (decimal): -6658447 or 7431834. OLE color: 7431834.
HSL color Cylindrical-coordinate representation of color #9A6671: hue angle of 347.31º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9A6671 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 102 | 113 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.40 |
| HSL | 347.31º | 0.2% | 0.5% | - |
| HSV(B) | 347.31º | 0.34% | 0.6% | - |
| XYZ | 21.06 | 17.57 | 17.9 | - |
| YUV | 118.8 | 124.73 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 102 | 113 | 0 | 0.34 | 0.27 | 0.40 | 347.31 | 0.2 | 0.5 |
| Hex | 9A | 66 | 71 | 0 | 22 | 1B | 28 | 15B | 14 | 32 |
| Octal | 232 | 146 | 161 | 0 | 42 | 33 | 50 | 533 | 24 | 62 |
| Binary | 10011010 | 1100110 | 1110001 | 0 | 100010 | 11011 | 101000 | 101011011 | 10100 | 110010 |
Color Harmonies of #9A6671
Complementary color
Monochromatic Colors of #9A6671
Black with #9A6671
Text Example
Text Example
White with #9A6671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6671; }
p { color: rgb(154,102,113); }
H1.HeaderClassName
{
color: #9A6671;
}
.AnyTagClassName
{
color: #9A6671;
}
</style>
background-color css
<style>
a { background-color: #9A6671; }
a { background-color: rgb(154,102,113); }
div.DivClassName
{
background-color: #9A6671;
}
.BgClassName
{
background-color: #9A6671;
}
</style>
border-color css
<style>
span { border-color: #9A6671; }
span { border-color: rgb(154,102,113); }
td.TdClassName
{
border-color: #9A6671;
}
.TagClassName
{
border-color: #9A6671;
}
</style>