Shades of Mauve Taupe #9C616D
Tints of Mauve Taupe #9C616D
RGB
CMYK
RGB Variations
Color information
#9C616D (or 0x9C616D) is known color: Mauve Taupe. HEX triplet: 9C, 61 and 6D. RGB value is (156,97,109). Sum of RGB (Red+Green+Blue) = 156+97+109=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 156 - color contains mainly: red. Hex color #9C616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C616D is #639E92. Grayscale: #747474. Windows color (decimal): -6528659 or 7168412. OLE color: 7168412.
HSL color Cylindrical-coordinate representation of color #9C616D: hue angle of 347.8º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C616D is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 97 | 109 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.39 |
| HSL | 347.8º | 0.23% | 0.5% | - |
| HSV(B) | 347.8º | 0.38% | 0.61% | - |
| XYZ | 20.75 | 16.72 | 16.6 | - |
| YUV | 116.01 | 124.05 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 97 | 109 | 0 | 0.38 | 0.30 | 0.39 | 347.8 | 0.23 | 0.5 |
| Hex | 9C | 61 | 6D | 0 | 26 | 1E | 27 | 15C | 17 | 32 |
| Octal | 234 | 141 | 155 | 0 | 46 | 36 | 47 | 534 | 27 | 62 |
| Binary | 10011100 | 1100001 | 1101101 | 0 | 100110 | 11110 | 100111 | 101011100 | 10111 | 110010 |
Color Harmonies of #9C616D
Complementary color
Monochromatic Colors of #9C616D
Black with #9C616D
Text Example
Text Example
White with #9C616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C616D; }
p { color: rgb(156,97,109); }
H1.HeaderClassName
{
color: #9C616D;
}
.AnyTagClassName
{
color: #9C616D;
}
</style>
background-color css
<style>
a { background-color: #9C616D; }
a { background-color: rgb(156,97,109); }
div.DivClassName
{
background-color: #9C616D;
}
.BgClassName
{
background-color: #9C616D;
}
</style>
border-color css
<style>
span { border-color: #9C616D; }
span { border-color: rgb(156,97,109); }
td.TdClassName
{
border-color: #9C616D;
}
.TagClassName
{
border-color: #9C616D;
}
</style>