Shades of Mauve Taupe #9D687A
Tints of Mauve Taupe #9D687A
RGB
CMYK
RGB Variations
Color information
#9D687A (or 0x9D687A) is known color: Mauve Taupe. HEX triplet: 9D, 68 and 7A. RGB value is (157,104,122). Sum of RGB (Red+Green+Blue) = 157+104+122=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 157 - color contains mainly: red. Hex color #9D687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D687A is #629785. Grayscale: #797979. Windows color (decimal): -6461318 or 8022173. OLE color: 8022173.
HSL color Cylindrical-coordinate representation of color #9D687A: hue angle of 339.62º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D687A is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 104 | 122 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.38 |
| HSL | 339.62º | 0.21% | 0.51% | - |
| HSV(B) | 339.62º | 0.34% | 0.62% | - |
| XYZ | 22.37 | 18.47 | 20.8 | - |
| YUV | 121.9 | 128.06 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 104 | 122 | 0 | 0.34 | 0.22 | 0.38 | 339.62 | 0.21 | 0.51 |
| Hex | 9D | 68 | 7A | 0 | 22 | 16 | 26 | 154 | 15 | 33 |
| Octal | 235 | 150 | 172 | 0 | 42 | 26 | 46 | 524 | 25 | 63 |
| Binary | 10011101 | 1101000 | 1111010 | 0 | 100010 | 10110 | 100110 | 101010100 | 10101 | 110011 |
Color Harmonies of #9D687A
Complementary color
Monochromatic Colors of #9D687A
Black with #9D687A
Text Example
Text Example
White with #9D687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D687A; }
p { color: rgb(157,104,122); }
H1.HeaderClassName
{
color: #9D687A;
}
.AnyTagClassName
{
color: #9D687A;
}
</style>
background-color css
<style>
a { background-color: #9D687A; }
a { background-color: rgb(157,104,122); }
div.DivClassName
{
background-color: #9D687A;
}
.BgClassName
{
background-color: #9D687A;
}
</style>
border-color css
<style>
span { border-color: #9D687A; }
span { border-color: rgb(157,104,122); }
td.TdClassName
{
border-color: #9D687A;
}
.TagClassName
{
border-color: #9D687A;
}
</style>