Shades of Mauve Taupe #93686F
Tints of Mauve Taupe #93686F
RGB
CMYK
RGB Variations
Color information
#93686F (or 0x93686F) is known color: Mauve Taupe. HEX triplet: 93, 68 and 6F. RGB value is (147,104,111). Sum of RGB (Red+Green+Blue) = 147+104+111=362 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.61% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 147 - color contains mainly: red. Hex color #93686F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93686F is #6C9790. Grayscale: #757575. Windows color (decimal): -7116689 or 7301267. OLE color: 7301267.
HSL color Cylindrical-coordinate representation of color #93686F: hue angle of 350.23º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93686F is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 104 | 111 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.42 |
| HSL | 350.23º | 0.17% | 0.49% | - |
| HSV(B) | 350.23º | 0.29% | 0.58% | - |
| XYZ | 19.85 | 17.25 | 17.32 | - |
| YUV | 117.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 104 | 111 | 0 | 0.29 | 0.24 | 0.42 | 350.23 | 0.17 | 0.49 |
| Hex | 93 | 68 | 6F | 0 | 1D | 18 | 2A | 15E | 11 | 31 |
| Octal | 223 | 150 | 157 | 0 | 35 | 30 | 52 | 536 | 21 | 61 |
| Binary | 10010011 | 1101000 | 1101111 | 0 | 11101 | 11000 | 101010 | 101011110 | 10001 | 110001 |
Color Harmonies of #93686F
Complementary color
Monochromatic Colors of #93686F
Black with #93686F
Text Example
Text Example
White with #93686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93686F; }
p { color: rgb(147,104,111); }
H1.HeaderClassName
{
color: #93686F;
}
.AnyTagClassName
{
color: #93686F;
}
</style>
background-color css
<style>
a { background-color: #93686F; }
a { background-color: rgb(147,104,111); }
div.DivClassName
{
background-color: #93686F;
}
.BgClassName
{
background-color: #93686F;
}
</style>
border-color css
<style>
span { border-color: #93686F; }
span { border-color: rgb(147,104,111); }
td.TdClassName
{
border-color: #93686F;
}
.TagClassName
{
border-color: #93686F;
}
</style>