Shades of Mauve Taupe #9D6474
Tints of Mauve Taupe #9D6474
RGB
CMYK
RGB Variations
Color information
#9D6474 (or 0x9D6474) is known color: Mauve Taupe. HEX triplet: 9D, 64 and 74. RGB value is (157,100,116). Sum of RGB (Red+Green+Blue) = 157+100+116=373 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.09% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6474 is #629B8B. Grayscale: #767676. Windows color (decimal): -6462348 or 7627933. OLE color: 7627933.
HSL color Cylindrical-coordinate representation of color #9D6474: hue angle of 343.16º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D6474 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 100 | 116 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.38 |
| HSL | 343.16º | 0.23% | 0.5% | - |
| HSV(B) | 343.16º | 0.36% | 0.62% | - |
| XYZ | 21.61 | 17.54 | 18.77 | - |
| YUV | 118.87 | 126.38 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 100 | 116 | 0 | 0.36 | 0.26 | 0.38 | 343.16 | 0.23 | 0.5 |
| Hex | 9D | 64 | 74 | 0 | 24 | 1A | 26 | 157 | 17 | 32 |
| Octal | 235 | 144 | 164 | 0 | 44 | 32 | 46 | 527 | 27 | 62 |
| Binary | 10011101 | 1100100 | 1110100 | 0 | 100100 | 11010 | 100110 | 101010111 | 10111 | 110010 |
Color Harmonies of #9D6474
Complementary color
Monochromatic Colors of #9D6474
Black with #9D6474
Text Example
Text Example
White with #9D6474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6474; }
p { color: rgb(157,100,116); }
H1.HeaderClassName
{
color: #9D6474;
}
.AnyTagClassName
{
color: #9D6474;
}
</style>
background-color css
<style>
a { background-color: #9D6474; }
a { background-color: rgb(157,100,116); }
div.DivClassName
{
background-color: #9D6474;
}
.BgClassName
{
background-color: #9D6474;
}
</style>
border-color css
<style>
span { border-color: #9D6474; }
span { border-color: rgb(157,100,116); }
td.TdClassName
{
border-color: #9D6474;
}
.TagClassName
{
border-color: #9D6474;
}
</style>