Shades of Mauve Taupe #9D5E68
Tints of Mauve Taupe #9D5E68
RGB
CMYK
RGB Variations
Color information
#9D5E68 (or 0x9D5E68) is known color: Mauve Taupe. HEX triplet: 9D, 5E and 68. RGB value is (157,94,104). Sum of RGB (Red+Green+Blue) = 157+94+104=355 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.23% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5E68 is #62A197. Grayscale: #727272. Windows color (decimal): -6463896 or 6839965. OLE color: 6839965.
HSL color Cylindrical-coordinate representation of color #9D5E68: hue angle of 350.48º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D5E68 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 94 | 104 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.38 |
| HSL | 350.48º | 0.25% | 0.49% | - |
| HSV(B) | 350.48º | 0.4% | 0.62% | - |
| XYZ | 20.41 | 16.17 | 15.14 | - |
| YUV | 113.98 | 122.37 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 94 | 104 | 0 | 0.40 | 0.34 | 0.38 | 350.48 | 0.25 | 0.49 |
| Hex | 9D | 5E | 68 | 0 | 28 | 22 | 26 | 15E | 19 | 31 |
| Octal | 235 | 136 | 150 | 0 | 50 | 42 | 46 | 536 | 31 | 61 |
| Binary | 10011101 | 1011110 | 1101000 | 0 | 101000 | 100010 | 100110 | 101011110 | 11001 | 110001 |
Color Harmonies of #9D5E68
Complementary color
Monochromatic Colors of #9D5E68
Black with #9D5E68
Text Example
Text Example
White with #9D5E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5E68; }
p { color: rgb(157,94,104); }
H1.HeaderClassName
{
color: #9D5E68;
}
.AnyTagClassName
{
color: #9D5E68;
}
</style>
background-color css
<style>
a { background-color: #9D5E68; }
a { background-color: rgb(157,94,104); }
div.DivClassName
{
background-color: #9D5E68;
}
.BgClassName
{
background-color: #9D5E68;
}
</style>
border-color css
<style>
span { border-color: #9D5E68; }
span { border-color: rgb(157,94,104); }
td.TdClassName
{
border-color: #9D5E68;
}
.TagClassName
{
border-color: #9D5E68;
}
</style>