Shades of Mauve Taupe #9F606E
Tints of Mauve Taupe #9F606E
RGB
CMYK
RGB Variations
Color information
#9F606E (or 0x9F606E) is known color: Mauve Taupe. HEX triplet: 9F, 60 and 6E. RGB value is (159,96,110). Sum of RGB (Red+Green+Blue) = 159+96+110=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F606E is #609F91. Grayscale: #747474. Windows color (decimal): -6332306 or 7233695. OLE color: 7233695.
HSL color Cylindrical-coordinate representation of color #9F606E: hue angle of 346.67º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F606E is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 96 | 110 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.38 |
| HSL | 346.67º | 0.25% | 0.5% | - |
| HSV(B) | 346.67º | 0.4% | 0.62% | - |
| XYZ | 21.3 | 16.86 | 16.88 | - |
| YUV | 116.43 | 124.37 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 96 | 110 | 0 | 0.40 | 0.31 | 0.38 | 346.67 | 0.25 | 0.5 |
| Hex | 9F | 60 | 6E | 0 | 28 | 1F | 26 | 15B | 19 | 32 |
| Octal | 237 | 140 | 156 | 0 | 50 | 37 | 46 | 533 | 31 | 62 |
| Binary | 10011111 | 1100000 | 1101110 | 0 | 101000 | 11111 | 100110 | 101011011 | 11001 | 110010 |
Color Harmonies of #9F606E
Complementary color
Monochromatic Colors of #9F606E
Black with #9F606E
Text Example
Text Example
White with #9F606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F606E; }
p { color: rgb(159,96,110); }
H1.HeaderClassName
{
color: #9F606E;
}
.AnyTagClassName
{
color: #9F606E;
}
</style>
background-color css
<style>
a { background-color: #9F606E; }
a { background-color: rgb(159,96,110); }
div.DivClassName
{
background-color: #9F606E;
}
.BgClassName
{
background-color: #9F606E;
}
</style>
border-color css
<style>
span { border-color: #9F606E; }
span { border-color: rgb(159,96,110); }
td.TdClassName
{
border-color: #9F606E;
}
.TagClassName
{
border-color: #9F606E;
}
</style>