Shades of Mauve Taupe #93676B
Tints of Mauve Taupe #93676B
RGB
CMYK
RGB Variations
Color information
#93676B (or 0x93676B) is known color: Mauve Taupe. HEX triplet: 93, 67 and 6B. RGB value is (147,103,107). Sum of RGB (Red+Green+Blue) = 147+103+107=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 147 - color contains mainly: red. Hex color #93676B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93676B is #6C9894. Grayscale: #747474. Windows color (decimal): -7116949 or 7038867. OLE color: 7038867.
HSL color Cylindrical-coordinate representation of color #93676B: hue angle of 354.55º 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 #93676B is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 103 | 107 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.42 |
| HSL | 354.55º | 0.18% | 0.49% | - |
| HSV(B) | 354.55º | 0.3% | 0.58% | - |
| XYZ | 19.54 | 16.97 | 16.15 | - |
| YUV | 116.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 103 | 107 | 0 | 0.30 | 0.27 | 0.42 | 354.55 | 0.18 | 0.49 |
| Hex | 93 | 67 | 6B | 0 | 1E | 1B | 2A | 163 | 12 | 31 |
| Octal | 223 | 147 | 153 | 0 | 36 | 33 | 52 | 543 | 22 | 61 |
| Binary | 10010011 | 1100111 | 1101011 | 0 | 11110 | 11011 | 101010 | 101100011 | 10010 | 110001 |
Color Harmonies of #93676B
Complementary color
Monochromatic Colors of #93676B
Black with #93676B
Text Example
Text Example
White with #93676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93676B; }
p { color: rgb(147,103,107); }
H1.HeaderClassName
{
color: #93676B;
}
.AnyTagClassName
{
color: #93676B;
}
</style>
background-color css
<style>
a { background-color: #93676B; }
a { background-color: rgb(147,103,107); }
div.DivClassName
{
background-color: #93676B;
}
.BgClassName
{
background-color: #93676B;
}
</style>
border-color css
<style>
span { border-color: #93676B; }
span { border-color: rgb(147,103,107); }
td.TdClassName
{
border-color: #93676B;
}
.TagClassName
{
border-color: #93676B;
}
</style>