Shades of Mauve Taupe #93586C
Tints of Mauve Taupe #93586C
RGB
CMYK
RGB Variations
Color information
#93586C (or 0x93586C) is known color: Mauve Taupe. HEX triplet: 93, 58 and 6C. RGB value is (147,88,108). Sum of RGB (Red+Green+Blue) = 147+88+108=343 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.86% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 147 - color contains mainly: red. Hex color #93586C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93586C is #6CA793. Grayscale: #6B6B6B. Windows color (decimal): -7120788 or 7100563. OLE color: 7100563.
HSL color Cylindrical-coordinate representation of color #93586C: hue angle of 339.66º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93586C is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 88 | 108 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.42 |
| HSL | 339.66º | 0.25% | 0.46% | - |
| HSV(B) | 339.66º | 0.4% | 0.58% | - |
| XYZ | 18.23 | 14.27 | 15.98 | - |
| YUV | 107.92 | 128.05 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 88 | 108 | 0 | 0.40 | 0.27 | 0.42 | 339.66 | 0.25 | 0.46 |
| Hex | 93 | 58 | 6C | 0 | 28 | 1B | 2A | 154 | 19 | 2E |
| Octal | 223 | 130 | 154 | 0 | 50 | 33 | 52 | 524 | 31 | 56 |
| Binary | 10010011 | 1011000 | 1101100 | 0 | 101000 | 11011 | 101010 | 101010100 | 11001 | 101110 |
Color Harmonies of #93586C
Complementary color
Monochromatic Colors of #93586C
Black with #93586C
Text Example
Text Example
White with #93586C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93586C; }
p { color: rgb(147,88,108); }
H1.HeaderClassName
{
color: #93586C;
}
.AnyTagClassName
{
color: #93586C;
}
</style>
background-color css
<style>
a { background-color: #93586C; }
a { background-color: rgb(147,88,108); }
div.DivClassName
{
background-color: #93586C;
}
.BgClassName
{
background-color: #93586C;
}
</style>
border-color css
<style>
span { border-color: #93586C; }
span { border-color: rgb(147,88,108); }
td.TdClassName
{
border-color: #93586C;
}
.TagClassName
{
border-color: #93586C;
}
</style>