Shades of Mauve Taupe #93666A
Tints of Mauve Taupe #93666A
RGB
CMYK
RGB Variations
Color information
#93666A (or 0x93666A) is known color: Mauve Taupe. HEX triplet: 93, 66 and 6A. RGB value is (147,102,106). Sum of RGB (Red+Green+Blue) = 147+102+106=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 147 - color contains mainly: red. Hex color #93666A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93666A is #6C9995. Grayscale: #737373. Windows color (decimal): -7117206 or 6973075. OLE color: 6973075.
HSL color Cylindrical-coordinate representation of color #93666A: hue angle of 354.67º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93666A is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 102 | 106 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.42 |
| HSL | 354.67º | 0.18% | 0.49% | - |
| HSV(B) | 354.67º | 0.31% | 0.58% | - |
| XYZ | 19.39 | 16.75 | 15.85 | - |
| YUV | 115.91 | 122.41 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 102 | 106 | 0 | 0.31 | 0.28 | 0.42 | 354.67 | 0.18 | 0.49 |
| Hex | 93 | 66 | 6A | 0 | 1F | 1C | 2A | 163 | 12 | 31 |
| Octal | 223 | 146 | 152 | 0 | 37 | 34 | 52 | 543 | 22 | 61 |
| Binary | 10010011 | 1100110 | 1101010 | 0 | 11111 | 11100 | 101010 | 101100011 | 10010 | 110001 |
Color Harmonies of #93666A
Complementary color
Monochromatic Colors of #93666A
Black with #93666A
Text Example
Text Example
White with #93666A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93666A; }
p { color: rgb(147,102,106); }
H1.HeaderClassName
{
color: #93666A;
}
.AnyTagClassName
{
color: #93666A;
}
</style>
background-color css
<style>
a { background-color: #93666A; }
a { background-color: rgb(147,102,106); }
div.DivClassName
{
background-color: #93666A;
}
.BgClassName
{
background-color: #93666A;
}
</style>
border-color css
<style>
span { border-color: #93666A; }
span { border-color: rgb(147,102,106); }
td.TdClassName
{
border-color: #93666A;
}
.TagClassName
{
border-color: #93666A;
}
</style>