Shades of Mauve Taupe #9D6376
Tints of Mauve Taupe #9D6376
RGB
CMYK
RGB Variations
Color information
#9D6376 (or 0x9D6376) is known color: Mauve Taupe. HEX triplet: 9D, 63 and 76. RGB value is (157,99,118). Sum of RGB (Red+Green+Blue) = 157+99+118=374 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.98% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6376 is #629C89. Grayscale: #767676. Windows color (decimal): -6462602 or 7758749. OLE color: 7758749.
HSL color Cylindrical-coordinate representation of color #9D6376: hue angle of 340.34º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9D6376 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 99 | 118 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.38 |
| HSL | 340.34º | 0.23% | 0.5% | - |
| HSV(B) | 340.34º | 0.37% | 0.62% | - |
| XYZ | 21.64 | 17.4 | 19.36 | - |
| YUV | 118.51 | 127.72 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 99 | 118 | 0 | 0.37 | 0.25 | 0.38 | 340.34 | 0.23 | 0.5 |
| Hex | 9D | 63 | 76 | 0 | 25 | 19 | 26 | 154 | 17 | 32 |
| Octal | 235 | 143 | 166 | 0 | 45 | 31 | 46 | 524 | 27 | 62 |
| Binary | 10011101 | 1100011 | 1110110 | 0 | 100101 | 11001 | 100110 | 101010100 | 10111 | 110010 |
Color Harmonies of #9D6376
Complementary color
Monochromatic Colors of #9D6376
Black with #9D6376
Text Example
Text Example
White with #9D6376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6376; }
p { color: rgb(157,99,118); }
H1.HeaderClassName
{
color: #9D6376;
}
.AnyTagClassName
{
color: #9D6376;
}
</style>
background-color css
<style>
a { background-color: #9D6376; }
a { background-color: rgb(157,99,118); }
div.DivClassName
{
background-color: #9D6376;
}
.BgClassName
{
background-color: #9D6376;
}
</style>
border-color css
<style>
span { border-color: #9D6376; }
span { border-color: rgb(157,99,118); }
td.TdClassName
{
border-color: #9D6376;
}
.TagClassName
{
border-color: #9D6376;
}
</style>