Shades of Mauve Taupe #9F606C
Tints of Mauve Taupe #9F606C
RGB
CMYK
RGB Variations
Color information
#9F606C (or 0x9F606C) is known color: Mauve Taupe. HEX triplet: 9F, 60 and 6C. RGB value is (159,96,108). Sum of RGB (Red+Green+Blue) = 159+96+108=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 159 - color contains mainly: red. Hex color #9F606C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F606C is #609F93. Grayscale: #747474. Windows color (decimal): -6332308 or 7102623. OLE color: 7102623.
HSL color Cylindrical-coordinate representation of color #9F606C: hue angle of 348.57º 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 #9F606C is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 96 | 108 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.38 |
| HSL | 348.57º | 0.25% | 0.5% | - |
| HSV(B) | 348.57º | 0.4% | 0.62% | - |
| XYZ | 21.19 | 16.82 | 16.32 | - |
| YUV | 116.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 96 | 108 | 0 | 0.40 | 0.32 | 0.38 | 348.57 | 0.25 | 0.5 |
| Hex | 9F | 60 | 6C | 0 | 28 | 20 | 26 | 15D | 19 | 32 |
| Octal | 237 | 140 | 154 | 0 | 50 | 40 | 46 | 535 | 31 | 62 |
| Binary | 10011111 | 1100000 | 1101100 | 0 | 101000 | 100000 | 100110 | 101011101 | 11001 | 110010 |
Color Harmonies of #9F606C
Complementary color
Monochromatic Colors of #9F606C
Black with #9F606C
Text Example
Text Example
White with #9F606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F606C; }
p { color: rgb(159,96,108); }
H1.HeaderClassName
{
color: #9F606C;
}
.AnyTagClassName
{
color: #9F606C;
}
</style>
background-color css
<style>
a { background-color: #9F606C; }
a { background-color: rgb(159,96,108); }
div.DivClassName
{
background-color: #9F606C;
}
.BgClassName
{
background-color: #9F606C;
}
</style>
border-color css
<style>
span { border-color: #9F606C; }
span { border-color: rgb(159,96,108); }
td.TdClassName
{
border-color: #9F606C;
}
.TagClassName
{
border-color: #9F606C;
}
</style>