Shades of Mauve Taupe #93666D
Tints of Mauve Taupe #93666D
RGB
CMYK
RGB Variations
Color information
#93666D (or 0x93666D) is known color: Mauve Taupe. HEX triplet: 93, 66 and 6D. RGB value is (147,102,109). Sum of RGB (Red+Green+Blue) = 147+102+109=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 147 - color contains mainly: red. Hex color #93666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93666D is #6C9992. Grayscale: #747474. Windows color (decimal): -7117203 or 7169683. OLE color: 7169683.
HSL color Cylindrical-coordinate representation of color #93666D: hue angle of 350.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 #93666D is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 102 | 109 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.42 |
| HSL | 350.67º | 0.18% | 0.49% | - |
| HSV(B) | 350.67º | 0.31% | 0.58% | - |
| XYZ | 19.54 | 16.81 | 16.68 | - |
| YUV | 116.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 102 | 109 | 0 | 0.31 | 0.26 | 0.42 | 350.67 | 0.18 | 0.49 |
| Hex | 93 | 66 | 6D | 0 | 1F | 1A | 2A | 15F | 12 | 31 |
| Octal | 223 | 146 | 155 | 0 | 37 | 32 | 52 | 537 | 22 | 61 |
| Binary | 10010011 | 1100110 | 1101101 | 0 | 11111 | 11010 | 101010 | 101011111 | 10010 | 110001 |
Color Harmonies of #93666D
Complementary color
Monochromatic Colors of #93666D
Black with #93666D
Text Example
Text Example
White with #93666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93666D; }
p { color: rgb(147,102,109); }
H1.HeaderClassName
{
color: #93666D;
}
.AnyTagClassName
{
color: #93666D;
}
</style>
background-color css
<style>
a { background-color: #93666D; }
a { background-color: rgb(147,102,109); }
div.DivClassName
{
background-color: #93666D;
}
.BgClassName
{
background-color: #93666D;
}
</style>
border-color css
<style>
span { border-color: #93666D; }
span { border-color: rgb(147,102,109); }
td.TdClassName
{
border-color: #93666D;
}
.TagClassName
{
border-color: #93666D;
}
</style>