Shades of Mauve Taupe #93616D
Tints of Mauve Taupe #93616D
RGB
CMYK
RGB Variations
Color information
#93616D (or 0x93616D) is known color: Mauve Taupe. HEX triplet: 93, 61 and 6D. RGB value is (147,97,109). Sum of RGB (Red+Green+Blue) = 147+97+109=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 147 - color contains mainly: red. Hex color #93616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93616D is #6C9E92. Grayscale: #717171. Windows color (decimal): -7118483 or 7168403. OLE color: 7168403.
HSL color Cylindrical-coordinate representation of color #93616D: hue angle of 345.6º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93616D is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 97 | 109 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.42 |
| HSL | 345.6º | 0.2% | 0.48% | - |
| HSV(B) | 345.6º | 0.34% | 0.58% | - |
| XYZ | 19.07 | 15.86 | 16.52 | - |
| YUV | 113.32 | 125.57 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 97 | 109 | 0 | 0.34 | 0.26 | 0.42 | 345.6 | 0.2 | 0.48 |
| Hex | 93 | 61 | 6D | 0 | 22 | 1A | 2A | 15A | 14 | 30 |
| Octal | 223 | 141 | 155 | 0 | 42 | 32 | 52 | 532 | 24 | 60 |
| Binary | 10010011 | 1100001 | 1101101 | 0 | 100010 | 11010 | 101010 | 101011010 | 10100 | 110000 |
Color Harmonies of #93616D
Complementary color
Monochromatic Colors of #93616D
Black with #93616D
Text Example
Text Example
White with #93616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93616D; }
p { color: rgb(147,97,109); }
H1.HeaderClassName
{
color: #93616D;
}
.AnyTagClassName
{
color: #93616D;
}
</style>
background-color css
<style>
a { background-color: #93616D; }
a { background-color: rgb(147,97,109); }
div.DivClassName
{
background-color: #93616D;
}
.BgClassName
{
background-color: #93616D;
}
</style>
border-color css
<style>
span { border-color: #93616D; }
span { border-color: rgb(147,97,109); }
td.TdClassName
{
border-color: #93616D;
}
.TagClassName
{
border-color: #93616D;
}
</style>