Shades of Mauve Taupe #9E6273
Tints of Mauve Taupe #9E6273
RGB
CMYK
RGB Variations
Color information
#9E6273 (or 0x9E6273) is known color: Mauve Taupe. HEX triplet: 9E, 62 and 73. RGB value is (158,98,115). Sum of RGB (Red+Green+Blue) = 158+98+115=371 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.59% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6273 is #619D8C. Grayscale: #757575. Windows color (decimal): -6397325 or 7561886. OLE color: 7561886.
HSL color Cylindrical-coordinate representation of color #9E6273: hue angle of 343º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E6273 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 98 | 115 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.38 |
| HSL | 343º | 0.24% | 0.5% | - |
| HSV(B) | 343º | 0.38% | 0.62% | - |
| XYZ | 21.56 | 17.24 | 18.41 | - |
| YUV | 117.88 | 126.38 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 98 | 115 | 0 | 0.38 | 0.27 | 0.38 | 343 | 0.24 | 0.5 |
| Hex | 9E | 62 | 73 | 0 | 26 | 1B | 26 | 157 | 18 | 32 |
| Octal | 236 | 142 | 163 | 0 | 46 | 33 | 46 | 527 | 30 | 62 |
| Binary | 10011110 | 1100010 | 1110011 | 0 | 100110 | 11011 | 100110 | 101010111 | 11000 | 110010 |
Color Harmonies of #9E6273
Complementary color
Monochromatic Colors of #9E6273
Black with #9E6273
Text Example
Text Example
White with #9E6273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6273; }
p { color: rgb(158,98,115); }
H1.HeaderClassName
{
color: #9E6273;
}
.AnyTagClassName
{
color: #9E6273;
}
</style>
background-color css
<style>
a { background-color: #9E6273; }
a { background-color: rgb(158,98,115); }
div.DivClassName
{
background-color: #9E6273;
}
.BgClassName
{
background-color: #9E6273;
}
</style>
border-color css
<style>
span { border-color: #9E6273; }
span { border-color: rgb(158,98,115); }
td.TdClassName
{
border-color: #9E6273;
}
.TagClassName
{
border-color: #9E6273;
}
</style>