Shades of Mauve Taupe #9D6574
Tints of Mauve Taupe #9D6574
RGB
CMYK
RGB Variations
Color information
#9D6574 (or 0x9D6574) is known color: Mauve Taupe. HEX triplet: 9D, 65 and 74. RGB value is (157,101,116). Sum of RGB (Red+Green+Blue) = 157+101+116=374 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.98% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6574 is #629A8B. Grayscale: #777777. Windows color (decimal): -6462092 or 7628189. OLE color: 7628189.
HSL color Cylindrical-coordinate representation of color #9D6574: hue angle of 343.93º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D6574 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 101 | 116 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.38 |
| HSL | 343.93º | 0.22% | 0.51% | - |
| HSV(B) | 343.93º | 0.36% | 0.62% | - |
| XYZ | 21.71 | 17.74 | 18.8 | - |
| YUV | 119.45 | 126.05 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 101 | 116 | 0 | 0.36 | 0.26 | 0.38 | 343.93 | 0.22 | 0.51 |
| Hex | 9D | 65 | 74 | 0 | 24 | 1A | 26 | 158 | 16 | 33 |
| Octal | 235 | 145 | 164 | 0 | 44 | 32 | 46 | 530 | 26 | 63 |
| Binary | 10011101 | 1100101 | 1110100 | 0 | 100100 | 11010 | 100110 | 101011000 | 10110 | 110011 |
Color Harmonies of #9D6574
Complementary color
Monochromatic Colors of #9D6574
Black with #9D6574
Text Example
Text Example
White with #9D6574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6574; }
p { color: rgb(157,101,116); }
H1.HeaderClassName
{
color: #9D6574;
}
.AnyTagClassName
{
color: #9D6574;
}
</style>
background-color css
<style>
a { background-color: #9D6574; }
a { background-color: rgb(157,101,116); }
div.DivClassName
{
background-color: #9D6574;
}
.BgClassName
{
background-color: #9D6574;
}
</style>
border-color css
<style>
span { border-color: #9D6574; }
span { border-color: rgb(157,101,116); }
td.TdClassName
{
border-color: #9D6574;
}
.TagClassName
{
border-color: #9D6574;
}
</style>