Shades of Mauve Taupe #93646E
Tints of Mauve Taupe #93646E
RGB
CMYK
RGB Variations
Color information
#93646E (or 0x93646E) is known color: Mauve Taupe. HEX triplet: 93, 64 and 6E. RGB value is (147,100,110). Sum of RGB (Red+Green+Blue) = 147+100+110=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 147 - color contains mainly: red. Hex color #93646E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93646E is #6C9B91. Grayscale: #737373. Windows color (decimal): -7117714 or 7234707. OLE color: 7234707.
HSL color Cylindrical-coordinate representation of color #93646E: hue angle of 347.23º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93646E is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 100 | 110 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.42 |
| HSL | 347.23º | 0.19% | 0.48% | - |
| HSV(B) | 347.23º | 0.32% | 0.58% | - |
| XYZ | 19.4 | 16.44 | 16.9 | - |
| YUV | 115.19 | 125.07 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 100 | 110 | 0 | 0.32 | 0.25 | 0.42 | 347.23 | 0.19 | 0.48 |
| Hex | 93 | 64 | 6E | 0 | 20 | 19 | 2A | 15B | 13 | 30 |
| Octal | 223 | 144 | 156 | 0 | 40 | 31 | 52 | 533 | 23 | 60 |
| Binary | 10010011 | 1100100 | 1101110 | 0 | 100000 | 11001 | 101010 | 101011011 | 10011 | 110000 |
Color Harmonies of #93646E
Complementary color
Monochromatic Colors of #93646E
Black with #93646E
Text Example
Text Example
White with #93646E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93646E; }
p { color: rgb(147,100,110); }
H1.HeaderClassName
{
color: #93646E;
}
.AnyTagClassName
{
color: #93646E;
}
</style>
background-color css
<style>
a { background-color: #93646E; }
a { background-color: rgb(147,100,110); }
div.DivClassName
{
background-color: #93646E;
}
.BgClassName
{
background-color: #93646E;
}
</style>
border-color css
<style>
span { border-color: #93646E; }
span { border-color: rgb(147,100,110); }
td.TdClassName
{
border-color: #93646E;
}
.TagClassName
{
border-color: #93646E;
}
</style>