Shades of Mauve Taupe #9D6675
Tints of Mauve Taupe #9D6675
RGB
CMYK
RGB Variations
Color information
#9D6675 (or 0x9D6675) is known color: Mauve Taupe. HEX triplet: 9D, 66 and 75. RGB value is (157,102,117). Sum of RGB (Red+Green+Blue) = 157+102+117=376 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.76% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6675 is #62998A. Grayscale: #787878. Windows color (decimal): -6461835 or 7693981. OLE color: 7693981.
HSL color Cylindrical-coordinate representation of color #9D6675: hue angle of 343.64º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9D6675 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 102 | 117 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.38 |
| HSL | 343.64º | 0.22% | 0.51% | - |
| HSV(B) | 343.64º | 0.35% | 0.62% | - |
| XYZ | 21.87 | 17.96 | 19.14 | - |
| YUV | 120.16 | 126.22 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 102 | 117 | 0 | 0.35 | 0.25 | 0.38 | 343.64 | 0.22 | 0.51 |
| Hex | 9D | 66 | 75 | 0 | 23 | 19 | 26 | 158 | 16 | 33 |
| Octal | 235 | 146 | 165 | 0 | 43 | 31 | 46 | 530 | 26 | 63 |
| Binary | 10011101 | 1100110 | 1110101 | 0 | 100011 | 11001 | 100110 | 101011000 | 10110 | 110011 |
Color Harmonies of #9D6675
Complementary color
Monochromatic Colors of #9D6675
Black with #9D6675
Text Example
Text Example
White with #9D6675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6675; }
p { color: rgb(157,102,117); }
H1.HeaderClassName
{
color: #9D6675;
}
.AnyTagClassName
{
color: #9D6675;
}
</style>
background-color css
<style>
a { background-color: #9D6675; }
a { background-color: rgb(157,102,117); }
div.DivClassName
{
background-color: #9D6675;
}
.BgClassName
{
background-color: #9D6675;
}
</style>
border-color css
<style>
span { border-color: #9D6675; }
span { border-color: rgb(157,102,117); }
td.TdClassName
{
border-color: #9D6675;
}
.TagClassName
{
border-color: #9D6675;
}
</style>