Shades of Mauve Taupe #9E5F68
Tints of Mauve Taupe #9E5F68
RGB
CMYK
RGB Variations
Color information
#9E5F68 (or 0x9E5F68) is known color: Mauve Taupe. HEX triplet: 9E, 5F and 68. RGB value is (158,95,104). Sum of RGB (Red+Green+Blue) = 158+95+104=357 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.26% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5F68 is #61A097. Grayscale: #727272. Windows color (decimal): -6398104 or 6840222. OLE color: 6840222.
HSL color Cylindrical-coordinate representation of color #9E5F68: hue angle of 351.43º 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 #9E5F68 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 95 | 104 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.38 |
| HSL | 351.43º | 0.25% | 0.5% | - |
| HSV(B) | 351.43º | 0.4% | 0.62% | - |
| XYZ | 20.69 | 16.45 | 15.18 | - |
| YUV | 114.86 | 121.87 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 95 | 104 | 0 | 0.40 | 0.34 | 0.38 | 351.43 | 0.25 | 0.5 |
| Hex | 9E | 5F | 68 | 0 | 28 | 22 | 26 | 15F | 19 | 32 |
| Octal | 236 | 137 | 150 | 0 | 50 | 42 | 46 | 537 | 31 | 62 |
| Binary | 10011110 | 1011111 | 1101000 | 0 | 101000 | 100010 | 100110 | 101011111 | 11001 | 110010 |
Color Harmonies of #9E5F68
Complementary color
Monochromatic Colors of #9E5F68
Black with #9E5F68
Text Example
Text Example
White with #9E5F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5F68; }
p { color: rgb(158,95,104); }
H1.HeaderClassName
{
color: #9E5F68;
}
.AnyTagClassName
{
color: #9E5F68;
}
</style>
background-color css
<style>
a { background-color: #9E5F68; }
a { background-color: rgb(158,95,104); }
div.DivClassName
{
background-color: #9E5F68;
}
.BgClassName
{
background-color: #9E5F68;
}
</style>
border-color css
<style>
span { border-color: #9E5F68; }
span { border-color: rgb(158,95,104); }
td.TdClassName
{
border-color: #9E5F68;
}
.TagClassName
{
border-color: #9E5F68;
}
</style>