Shades of Mauve Taupe #93676C
Tints of Mauve Taupe #93676C
RGB
CMYK
RGB Variations
Color information
#93676C (or 0x93676C) is known color: Mauve Taupe. HEX triplet: 93, 67 and 6C. RGB value is (147,103,108). Sum of RGB (Red+Green+Blue) = 147+103+108=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 147 - color contains mainly: red. Hex color #93676C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93676C is #6C9893. Grayscale: #747474. Windows color (decimal): -7116948 or 7104403. OLE color: 7104403.
HSL color Cylindrical-coordinate representation of color #93676C: hue angle of 353.18º 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 #93676C is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 103 | 108 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.42 |
| HSL | 353.18º | 0.18% | 0.49% | - |
| HSV(B) | 353.18º | 0.3% | 0.58% | - |
| XYZ | 19.59 | 16.99 | 16.43 | - |
| YUV | 116.73 | 123.08 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 103 | 108 | 0 | 0.30 | 0.27 | 0.42 | 353.18 | 0.18 | 0.49 |
| Hex | 93 | 67 | 6C | 0 | 1E | 1B | 2A | 161 | 12 | 31 |
| Octal | 223 | 147 | 154 | 0 | 36 | 33 | 52 | 541 | 22 | 61 |
| Binary | 10010011 | 1100111 | 1101100 | 0 | 11110 | 11011 | 101010 | 101100001 | 10010 | 110001 |
Color Harmonies of #93676C
Complementary color
Monochromatic Colors of #93676C
Black with #93676C
Text Example
Text Example
White with #93676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93676C; }
p { color: rgb(147,103,108); }
H1.HeaderClassName
{
color: #93676C;
}
.AnyTagClassName
{
color: #93676C;
}
</style>
background-color css
<style>
a { background-color: #93676C; }
a { background-color: rgb(147,103,108); }
div.DivClassName
{
background-color: #93676C;
}
.BgClassName
{
background-color: #93676C;
}
</style>
border-color css
<style>
span { border-color: #93676C; }
span { border-color: rgb(147,103,108); }
td.TdClassName
{
border-color: #93676C;
}
.TagClassName
{
border-color: #93676C;
}
</style>