Shades of Mauve Taupe #93606D
Tints of Mauve Taupe #93606D
RGB
CMYK
RGB Variations
Color information
#93606D (or 0x93606D) is known color: Mauve Taupe. HEX triplet: 93, 60 and 6D. RGB value is (147,96,109). Sum of RGB (Red+Green+Blue) = 147+96+109=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 147 - color contains mainly: red. Hex color #93606D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93606D is #6C9F92. Grayscale: #707070. Windows color (decimal): -7118739 or 7168147. OLE color: 7168147.
HSL color Cylindrical-coordinate representation of color #93606D: hue angle of 344.71º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93606D is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 96 | 109 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.42 |
| HSL | 344.71º | 0.21% | 0.48% | - |
| HSV(B) | 344.71º | 0.35% | 0.58% | - |
| XYZ | 18.98 | 15.67 | 16.49 | - |
| YUV | 112.73 | 125.9 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 96 | 109 | 0 | 0.35 | 0.26 | 0.42 | 344.71 | 0.21 | 0.48 |
| Hex | 93 | 60 | 6D | 0 | 23 | 1A | 2A | 159 | 15 | 30 |
| Octal | 223 | 140 | 155 | 0 | 43 | 32 | 52 | 531 | 25 | 60 |
| Binary | 10010011 | 1100000 | 1101101 | 0 | 100011 | 11010 | 101010 | 101011001 | 10101 | 110000 |
Color Harmonies of #93606D
Complementary color
Monochromatic Colors of #93606D
Black with #93606D
Text Example
Text Example
White with #93606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93606D; }
p { color: rgb(147,96,109); }
H1.HeaderClassName
{
color: #93606D;
}
.AnyTagClassName
{
color: #93606D;
}
</style>
background-color css
<style>
a { background-color: #93606D; }
a { background-color: rgb(147,96,109); }
div.DivClassName
{
background-color: #93606D;
}
.BgClassName
{
background-color: #93606D;
}
</style>
border-color css
<style>
span { border-color: #93606D; }
span { border-color: rgb(147,96,109); }
td.TdClassName
{
border-color: #93606D;
}
.TagClassName
{
border-color: #93606D;
}
</style>