Shades of Mauve Taupe #93666B
Tints of Mauve Taupe #93666B
RGB
CMYK
RGB Variations
Color information
#93666B (or 0x93666B) is known color: Mauve Taupe. HEX triplet: 93, 66 and 6B. RGB value is (147,102,107). Sum of RGB (Red+Green+Blue) = 147+102+107=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 147 - color contains mainly: red. Hex color #93666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93666B is #6C9994. Grayscale: #747474. Windows color (decimal): -7117205 or 7038611. OLE color: 7038611.
HSL color Cylindrical-coordinate representation of color #93666B: hue angle of 353.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 #93666B is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 102 | 107 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.42 |
| HSL | 353.33º | 0.18% | 0.49% | - |
| HSV(B) | 353.33º | 0.31% | 0.58% | - |
| XYZ | 19.44 | 16.77 | 16.12 | - |
| YUV | 116.03 | 122.91 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 102 | 107 | 0 | 0.31 | 0.27 | 0.42 | 353.33 | 0.18 | 0.49 |
| Hex | 93 | 66 | 6B | 0 | 1F | 1B | 2A | 161 | 12 | 31 |
| Octal | 223 | 146 | 153 | 0 | 37 | 33 | 52 | 541 | 22 | 61 |
| Binary | 10010011 | 1100110 | 1101011 | 0 | 11111 | 11011 | 101010 | 101100001 | 10010 | 110001 |
Color Harmonies of #93666B
Complementary color
Monochromatic Colors of #93666B
Black with #93666B
Text Example
Text Example
White with #93666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93666B; }
p { color: rgb(147,102,107); }
H1.HeaderClassName
{
color: #93666B;
}
.AnyTagClassName
{
color: #93666B;
}
</style>
background-color css
<style>
a { background-color: #93666B; }
a { background-color: rgb(147,102,107); }
div.DivClassName
{
background-color: #93666B;
}
.BgClassName
{
background-color: #93666B;
}
</style>
border-color css
<style>
span { border-color: #93666B; }
span { border-color: rgb(147,102,107); }
td.TdClassName
{
border-color: #93666B;
}
.TagClassName
{
border-color: #93666B;
}
</style>