Shades of Mauve Taupe #93626A
Tints of Mauve Taupe #93626A
RGB
CMYK
RGB Variations
Color information
#93626A (or 0x93626A) is known color: Mauve Taupe. HEX triplet: 93, 62 and 6A. RGB value is (147,98,106). Sum of RGB (Red+Green+Blue) = 147+98+106=351 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.88% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 147 - color contains mainly: red. Hex color #93626A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93626A is #6C9D95. Grayscale: #717171. Windows color (decimal): -7118230 or 6972051. OLE color: 6972051.
HSL color Cylindrical-coordinate representation of color #93626A: hue angle of 350.2º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93626A is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 98 | 106 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.42 |
| HSL | 350.2º | 0.2% | 0.48% | - |
| HSV(B) | 350.2º | 0.33% | 0.58% | - |
| XYZ | 19 | 15.98 | 15.72 | - |
| YUV | 113.56 | 123.73 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 98 | 106 | 0 | 0.33 | 0.28 | 0.42 | 350.2 | 0.2 | 0.48 |
| Hex | 93 | 62 | 6A | 0 | 21 | 1C | 2A | 15E | 14 | 30 |
| Octal | 223 | 142 | 152 | 0 | 41 | 34 | 52 | 536 | 24 | 60 |
| Binary | 10010011 | 1100010 | 1101010 | 0 | 100001 | 11100 | 101010 | 101011110 | 10100 | 110000 |
Color Harmonies of #93626A
Complementary color
Monochromatic Colors of #93626A
Black with #93626A
Text Example
Text Example
White with #93626A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93626A; }
p { color: rgb(147,98,106); }
H1.HeaderClassName
{
color: #93626A;
}
.AnyTagClassName
{
color: #93626A;
}
</style>
background-color css
<style>
a { background-color: #93626A; }
a { background-color: rgb(147,98,106); }
div.DivClassName
{
background-color: #93626A;
}
.BgClassName
{
background-color: #93626A;
}
</style>
border-color css
<style>
span { border-color: #93626A; }
span { border-color: rgb(147,98,106); }
td.TdClassName
{
border-color: #93626A;
}
.TagClassName
{
border-color: #93626A;
}
</style>