Shades of Mauve Taupe #93666E
Tints of Mauve Taupe #93666E
RGB
CMYK
RGB Variations
Color information
#93666E (or 0x93666E) is known color: Mauve Taupe. HEX triplet: 93, 66 and 6E. RGB value is (147,102,110). Sum of RGB (Red+Green+Blue) = 147+102+110=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 147 - color contains mainly: red. Hex color #93666E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93666E is #6C9991. Grayscale: #747474. Windows color (decimal): -7117202 or 7235219. OLE color: 7235219.
HSL color Cylindrical-coordinate representation of color #93666E: hue angle of 349.33º 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 #93666E is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 102 | 110 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.42 |
| HSL | 349.33º | 0.18% | 0.49% | - |
| HSV(B) | 349.33º | 0.31% | 0.58% | - |
| XYZ | 19.6 | 16.83 | 16.97 | - |
| YUV | 116.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 102 | 110 | 0 | 0.31 | 0.25 | 0.42 | 349.33 | 0.18 | 0.49 |
| Hex | 93 | 66 | 6E | 0 | 1F | 19 | 2A | 15D | 12 | 31 |
| Octal | 223 | 146 | 156 | 0 | 37 | 31 | 52 | 535 | 22 | 61 |
| Binary | 10010011 | 1100110 | 1101110 | 0 | 11111 | 11001 | 101010 | 101011101 | 10010 | 110001 |
Color Harmonies of #93666E
Complementary color
Monochromatic Colors of #93666E
Black with #93666E
Text Example
Text Example
White with #93666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93666E; }
p { color: rgb(147,102,110); }
H1.HeaderClassName
{
color: #93666E;
}
.AnyTagClassName
{
color: #93666E;
}
</style>
background-color css
<style>
a { background-color: #93666E; }
a { background-color: rgb(147,102,110); }
div.DivClassName
{
background-color: #93666E;
}
.BgClassName
{
background-color: #93666E;
}
</style>
border-color css
<style>
span { border-color: #93666E; }
span { border-color: rgb(147,102,110); }
td.TdClassName
{
border-color: #93666E;
}
.TagClassName
{
border-color: #93666E;
}
</style>