Shades of Mauve Taupe #9F6179
Tints of Mauve Taupe #9F6179
RGB
CMYK
RGB Variations
Color information
#9F6179 (or 0x9F6179) is known color: Mauve Taupe. HEX triplet: 9F, 61 and 79. RGB value is (159,97,121). Sum of RGB (Red+Green+Blue) = 159+97+121=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6179 is #609E86. Grayscale: #767676. Windows color (decimal): -6332039 or 7954847. OLE color: 7954847.
HSL color Cylindrical-coordinate representation of color #9F6179: hue angle of 336.77º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F6179 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 97 | 121 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.38 |
| HSL | 336.77º | 0.24% | 0.5% | - |
| HSV(B) | 336.77º | 0.39% | 0.62% | - |
| XYZ | 22.02 | 17.3 | 20.27 | - |
| YUV | 118.27 | 129.54 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 97 | 121 | 0 | 0.39 | 0.24 | 0.38 | 336.77 | 0.24 | 0.5 |
| Hex | 9F | 61 | 79 | 0 | 27 | 18 | 26 | 151 | 18 | 32 |
| Octal | 237 | 141 | 171 | 0 | 47 | 30 | 46 | 521 | 30 | 62 |
| Binary | 10011111 | 1100001 | 1111001 | 0 | 100111 | 11000 | 100110 | 101010001 | 11000 | 110010 |
Color Harmonies of #9F6179
Complementary color
Monochromatic Colors of #9F6179
Black with #9F6179
Text Example
Text Example
White with #9F6179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6179; }
p { color: rgb(159,97,121); }
H1.HeaderClassName
{
color: #9F6179;
}
.AnyTagClassName
{
color: #9F6179;
}
</style>
background-color css
<style>
a { background-color: #9F6179; }
a { background-color: rgb(159,97,121); }
div.DivClassName
{
background-color: #9F6179;
}
.BgClassName
{
background-color: #9F6179;
}
</style>
border-color css
<style>
span { border-color: #9F6179; }
span { border-color: rgb(159,97,121); }
td.TdClassName
{
border-color: #9F6179;
}
.TagClassName
{
border-color: #9F6179;
}
</style>