Shades of Mauve Taupe #9D636D
Tints of Mauve Taupe #9D636D
RGB
CMYK
RGB Variations
Color information
#9D636D (or 0x9D636D) is known color: Mauve Taupe. HEX triplet: 9D, 63 and 6D. RGB value is (157,99,109). Sum of RGB (Red+Green+Blue) = 157+99+109=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 157 - color contains mainly: red. Hex color #9D636D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D636D is #629C92. Grayscale: #757575. Windows color (decimal): -6462611 or 7168925. OLE color: 7168925.
HSL color Cylindrical-coordinate representation of color #9D636D: hue angle of 349.66º 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 #9D636D is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 99 | 109 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.38 |
| HSL | 349.66º | 0.23% | 0.5% | - |
| HSV(B) | 349.66º | 0.37% | 0.62% | - |
| XYZ | 21.13 | 17.2 | 16.67 | - |
| YUV | 117.48 | 123.22 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 99 | 109 | 0 | 0.37 | 0.31 | 0.38 | 349.66 | 0.23 | 0.5 |
| Hex | 9D | 63 | 6D | 0 | 25 | 1F | 26 | 15E | 17 | 32 |
| Octal | 235 | 143 | 155 | 0 | 45 | 37 | 46 | 536 | 27 | 62 |
| Binary | 10011101 | 1100011 | 1101101 | 0 | 100101 | 11111 | 100110 | 101011110 | 10111 | 110010 |
Color Harmonies of #9D636D
Complementary color
Monochromatic Colors of #9D636D
Black with #9D636D
Text Example
Text Example
White with #9D636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D636D; }
p { color: rgb(157,99,109); }
H1.HeaderClassName
{
color: #9D636D;
}
.AnyTagClassName
{
color: #9D636D;
}
</style>
background-color css
<style>
a { background-color: #9D636D; }
a { background-color: rgb(157,99,109); }
div.DivClassName
{
background-color: #9D636D;
}
.BgClassName
{
background-color: #9D636D;
}
</style>
border-color css
<style>
span { border-color: #9D636D; }
span { border-color: rgb(157,99,109); }
td.TdClassName
{
border-color: #9D636D;
}
.TagClassName
{
border-color: #9D636D;
}
</style>