Shades of Mauve Taupe #93616B
Tints of Mauve Taupe #93616B
RGB
CMYK
RGB Variations
Color information
#93616B (or 0x93616B) is known color: Mauve Taupe. HEX triplet: 93, 61 and 6B. RGB value is (147,97,107). Sum of RGB (Red+Green+Blue) = 147+97+107=351 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.88% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 147 - color contains mainly: red. Hex color #93616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93616B is #6C9E94. Grayscale: #717171. Windows color (decimal): -7118485 or 7037331. OLE color: 7037331.
HSL color Cylindrical-coordinate representation of color #93616B: hue angle of 348º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93616B is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 97 | 107 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.42 |
| HSL | 348º | 0.2% | 0.48% | - |
| HSV(B) | 348º | 0.34% | 0.58% | - |
| XYZ | 18.96 | 15.81 | 15.96 | - |
| YUV | 113.09 | 124.57 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 97 | 107 | 0 | 0.34 | 0.27 | 0.42 | 348 | 0.2 | 0.48 |
| Hex | 93 | 61 | 6B | 0 | 22 | 1B | 2A | 15C | 14 | 30 |
| Octal | 223 | 141 | 153 | 0 | 42 | 33 | 52 | 534 | 24 | 60 |
| Binary | 10010011 | 1100001 | 1101011 | 0 | 100010 | 11011 | 101010 | 101011100 | 10100 | 110000 |
Color Harmonies of #93616B
Complementary color
Monochromatic Colors of #93616B
Black with #93616B
Text Example
Text Example
White with #93616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93616B; }
p { color: rgb(147,97,107); }
H1.HeaderClassName
{
color: #93616B;
}
.AnyTagClassName
{
color: #93616B;
}
</style>
background-color css
<style>
a { background-color: #93616B; }
a { background-color: rgb(147,97,107); }
div.DivClassName
{
background-color: #93616B;
}
.BgClassName
{
background-color: #93616B;
}
</style>
border-color css
<style>
span { border-color: #93616B; }
span { border-color: rgb(147,97,107); }
td.TdClassName
{
border-color: #93616B;
}
.TagClassName
{
border-color: #93616B;
}
</style>