Shades of Mauve Taupe #93676F
Tints of Mauve Taupe #93676F
RGB
CMYK
RGB Variations
Color information
#93676F (or 0x93676F) is known color: Mauve Taupe. HEX triplet: 93, 67 and 6F. RGB value is (147,103,111). Sum of RGB (Red+Green+Blue) = 147+103+111=361 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.72% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 147 - color contains mainly: red. Hex color #93676F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93676F is #6C9890. Grayscale: #757575. Windows color (decimal): -7116945 or 7301011. OLE color: 7301011.
HSL color Cylindrical-coordinate representation of color #93676F: hue angle of 349.09º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93676F is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 103 | 111 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.42 |
| HSL | 349.09º | 0.18% | 0.49% | - |
| HSV(B) | 349.09º | 0.3% | 0.58% | - |
| XYZ | 19.75 | 17.05 | 17.29 | - |
| YUV | 117.07 | 124.58 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 103 | 111 | 0 | 0.30 | 0.24 | 0.42 | 349.09 | 0.18 | 0.49 |
| Hex | 93 | 67 | 6F | 0 | 1E | 18 | 2A | 15D | 12 | 31 |
| Octal | 223 | 147 | 157 | 0 | 36 | 30 | 52 | 535 | 22 | 61 |
| Binary | 10010011 | 1100111 | 1101111 | 0 | 11110 | 11000 | 101010 | 101011101 | 10010 | 110001 |
Color Harmonies of #93676F
Complementary color
Monochromatic Colors of #93676F
Black with #93676F
Text Example
Text Example
White with #93676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93676F; }
p { color: rgb(147,103,111); }
H1.HeaderClassName
{
color: #93676F;
}
.AnyTagClassName
{
color: #93676F;
}
</style>
background-color css
<style>
a { background-color: #93676F; }
a { background-color: rgb(147,103,111); }
div.DivClassName
{
background-color: #93676F;
}
.BgClassName
{
background-color: #93676F;
}
</style>
border-color css
<style>
span { border-color: #93676F; }
span { border-color: rgb(147,103,111); }
td.TdClassName
{
border-color: #93676F;
}
.TagClassName
{
border-color: #93676F;
}
</style>