Shades of Mauve Taupe #9F6379
Tints of Mauve Taupe #9F6379
RGB
CMYK
RGB Variations
Color information
#9F6379 (or 0x9F6379) is known color: Mauve Taupe. HEX triplet: 9F, 63 and 79. RGB value is (159,99,121). Sum of RGB (Red+Green+Blue) = 159+99+121=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6379 is #609C86. Grayscale: #777777. Windows color (decimal): -6331527 or 7955359. OLE color: 7955359.
HSL color Cylindrical-coordinate representation of color #9F6379: hue angle of 338º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9F6379 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 99 | 121 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.38 |
| HSL | 338º | 0.24% | 0.51% | - |
| HSV(B) | 338º | 0.38% | 0.62% | - |
| XYZ | 22.21 | 17.68 | 20.33 | - |
| YUV | 119.45 | 128.88 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 99 | 121 | 0 | 0.38 | 0.24 | 0.38 | 338 | 0.24 | 0.51 |
| Hex | 9F | 63 | 79 | 0 | 26 | 18 | 26 | 152 | 18 | 33 |
| Octal | 237 | 143 | 171 | 0 | 46 | 30 | 46 | 522 | 30 | 63 |
| Binary | 10011111 | 1100011 | 1111001 | 0 | 100110 | 11000 | 100110 | 101010010 | 11000 | 110011 |
Color Harmonies of #9F6379
Complementary color
Monochromatic Colors of #9F6379
Black with #9F6379
Text Example
Text Example
White with #9F6379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6379; }
p { color: rgb(159,99,121); }
H1.HeaderClassName
{
color: #9F6379;
}
.AnyTagClassName
{
color: #9F6379;
}
</style>
background-color css
<style>
a { background-color: #9F6379; }
a { background-color: rgb(159,99,121); }
div.DivClassName
{
background-color: #9F6379;
}
.BgClassName
{
background-color: #9F6379;
}
</style>
border-color css
<style>
span { border-color: #9F6379; }
span { border-color: rgb(159,99,121); }
td.TdClassName
{
border-color: #9F6379;
}
.TagClassName
{
border-color: #9F6379;
}
</style>