Shades of Mauve Taupe #9A6275
Tints of Mauve Taupe #9A6275
RGB
CMYK
RGB Variations
Color information
#9A6275 (or 0x9A6275) is known color: Mauve Taupe. HEX triplet: 9A, 62 and 75. RGB value is (154,98,117). Sum of RGB (Red+Green+Blue) = 154+98+117=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6275 is #659D8A. Grayscale: #747474. Windows color (decimal): -6659467 or 7692954. OLE color: 7692954.
HSL color Cylindrical-coordinate representation of color #9A6275: hue angle of 339.64º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A6275 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 98 | 117 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.40 |
| HSL | 339.64º | 0.22% | 0.49% | - |
| HSV(B) | 339.64º | 0.36% | 0.6% | - |
| XYZ | 20.9 | 16.89 | 18.99 | - |
| YUV | 116.91 | 128.05 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 98 | 117 | 0 | 0.36 | 0.24 | 0.40 | 339.64 | 0.22 | 0.49 |
| Hex | 9A | 62 | 75 | 0 | 24 | 18 | 28 | 154 | 16 | 31 |
| Octal | 232 | 142 | 165 | 0 | 44 | 30 | 50 | 524 | 26 | 61 |
| Binary | 10011010 | 1100010 | 1110101 | 0 | 100100 | 11000 | 101000 | 101010100 | 10110 | 110001 |
Color Harmonies of #9A6275
Complementary color
Monochromatic Colors of #9A6275
Black with #9A6275
Text Example
Text Example
White with #9A6275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6275; }
p { color: rgb(154,98,117); }
H1.HeaderClassName
{
color: #9A6275;
}
.AnyTagClassName
{
color: #9A6275;
}
</style>
background-color css
<style>
a { background-color: #9A6275; }
a { background-color: rgb(154,98,117); }
div.DivClassName
{
background-color: #9A6275;
}
.BgClassName
{
background-color: #9A6275;
}
</style>
border-color css
<style>
span { border-color: #9A6275; }
span { border-color: rgb(154,98,117); }
td.TdClassName
{
border-color: #9A6275;
}
.TagClassName
{
border-color: #9A6275;
}
</style>