Shades of Mauve Taupe #995F73
Tints of Mauve Taupe #995F73
RGB
CMYK
RGB Variations
Color information
#995F73 (or 0x995F73) is known color: Mauve Taupe. HEX triplet: 99, 5F and 73. RGB value is (153,95,115). Sum of RGB (Red+Green+Blue) = 153+95+115=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #995F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995F73 is #66A08C. Grayscale: #727272. Windows color (decimal): -6725773 or 7561113. OLE color: 7561113.
HSL color Cylindrical-coordinate representation of color #995F73: hue angle of 339.31º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #995F73 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 95 | 115 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.4 |
| HSL | 339.31º | 0.23% | 0.49% | - |
| HSV(B) | 339.31º | 0.38% | 0.6% | - |
| XYZ | 20.32 | 16.19 | 18.27 | - |
| YUV | 114.62 | 128.22 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 95 | 115 | 0 | 0.38 | 0.25 | 0.4 | 339.31 | 0.23 | 0.49 |
| Hex | 99 | 5F | 73 | 0 | 26 | 19 | 28 | 153 | 17 | 31 |
| Octal | 231 | 137 | 163 | 0 | 46 | 31 | 50 | 523 | 27 | 61 |
| Binary | 10011001 | 1011111 | 1110011 | 0 | 100110 | 11001 | 101000 | 101010011 | 10111 | 110001 |
Color Harmonies of #995F73
Complementary color
Monochromatic Colors of #995F73
Black with #995F73
Text Example
Text Example
White with #995F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995F73; }
p { color: rgb(153,95,115); }
H1.HeaderClassName
{
color: #995F73;
}
.AnyTagClassName
{
color: #995F73;
}
</style>
background-color css
<style>
a { background-color: #995F73; }
a { background-color: rgb(153,95,115); }
div.DivClassName
{
background-color: #995F73;
}
.BgClassName
{
background-color: #995F73;
}
</style>
border-color css
<style>
span { border-color: #995F73; }
span { border-color: rgb(153,95,115); }
td.TdClassName
{
border-color: #995F73;
}
.TagClassName
{
border-color: #995F73;
}
</style>