Shades of Mauve Taupe #9F616E
Tints of Mauve Taupe #9F616E
RGB
CMYK
RGB Variations
Color information
#9F616E (or 0x9F616E) is known color: Mauve Taupe. HEX triplet: 9F, 61 and 6E. RGB value is (159,97,110). Sum of RGB (Red+Green+Blue) = 159+97+110=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 159 - color contains mainly: red. Hex color #9F616E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F616E is #609E91. Grayscale: #757575. Windows color (decimal): -6332050 or 7233951. OLE color: 7233951.
HSL color Cylindrical-coordinate representation of color #9F616E: hue angle of 347.42º 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 #9F616E is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 97 | 110 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.38 |
| HSL | 347.42º | 0.24% | 0.5% | - |
| HSV(B) | 347.42º | 0.39% | 0.62% | - |
| XYZ | 21.39 | 17.05 | 16.91 | - |
| YUV | 117.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 97 | 110 | 0 | 0.39 | 0.31 | 0.38 | 347.42 | 0.24 | 0.5 |
| Hex | 9F | 61 | 6E | 0 | 27 | 1F | 26 | 15B | 18 | 32 |
| Octal | 237 | 141 | 156 | 0 | 47 | 37 | 46 | 533 | 30 | 62 |
| Binary | 10011111 | 1100001 | 1101110 | 0 | 100111 | 11111 | 100110 | 101011011 | 11000 | 110010 |
Color Harmonies of #9F616E
Complementary color
Monochromatic Colors of #9F616E
Black with #9F616E
Text Example
Text Example
White with #9F616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F616E; }
p { color: rgb(159,97,110); }
H1.HeaderClassName
{
color: #9F616E;
}
.AnyTagClassName
{
color: #9F616E;
}
</style>
background-color css
<style>
a { background-color: #9F616E; }
a { background-color: rgb(159,97,110); }
div.DivClassName
{
background-color: #9F616E;
}
.BgClassName
{
background-color: #9F616E;
}
</style>
border-color css
<style>
span { border-color: #9F616E; }
span { border-color: rgb(159,97,110); }
td.TdClassName
{
border-color: #9F616E;
}
.TagClassName
{
border-color: #9F616E;
}
</style>