Shades of Mauve Taupe #93566D
Tints of Mauve Taupe #93566D
RGB
CMYK
RGB Variations
Color information
#93566D (or 0x93566D) is known color: Mauve Taupe. HEX triplet: 93, 56 and 6D. RGB value is (147,86,109). Sum of RGB (Red+Green+Blue) = 147+86+109=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 147 - color contains mainly: red. Hex color #93566D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93566D is #6CA992. Grayscale: #6A6A6A. Windows color (decimal): -7121299 or 7165587. OLE color: 7165587.
HSL color Cylindrical-coordinate representation of color #93566D: hue angle of 337.38º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93566D is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 86 | 109 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.42 |
| HSL | 337.38º | 0.26% | 0.46% | - |
| HSV(B) | 337.38º | 0.41% | 0.58% | - |
| XYZ | 18.12 | 13.96 | 16.21 | - |
| YUV | 106.86 | 129.21 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 86 | 109 | 0 | 0.41 | 0.26 | 0.42 | 337.38 | 0.26 | 0.46 |
| Hex | 93 | 56 | 6D | 0 | 29 | 1A | 2A | 151 | 1A | 2E |
| Octal | 223 | 126 | 155 | 0 | 51 | 32 | 52 | 521 | 32 | 56 |
| Binary | 10010011 | 1010110 | 1101101 | 0 | 101001 | 11010 | 101010 | 101010001 | 11010 | 101110 |
Color Harmonies of #93566D
Complementary color
Monochromatic Colors of #93566D
Black with #93566D
Text Example
Text Example
White with #93566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93566D; }
p { color: rgb(147,86,109); }
H1.HeaderClassName
{
color: #93566D;
}
.AnyTagClassName
{
color: #93566D;
}
</style>
background-color css
<style>
a { background-color: #93566D; }
a { background-color: rgb(147,86,109); }
div.DivClassName
{
background-color: #93566D;
}
.BgClassName
{
background-color: #93566D;
}
</style>
border-color css
<style>
span { border-color: #93566D; }
span { border-color: rgb(147,86,109); }
td.TdClassName
{
border-color: #93566D;
}
.TagClassName
{
border-color: #93566D;
}
</style>