Shades of Mauve Taupe #93676A
Tints of Mauve Taupe #93676A
RGB
CMYK
RGB Variations
Color information
#93676A (or 0x93676A) is known color: Mauve Taupe. HEX triplet: 93, 67 and 6A. RGB value is (147,103,106). Sum of RGB (Red+Green+Blue) = 147+103+106=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 147 - color contains mainly: red. Hex color #93676A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93676A is #6C9895. Grayscale: #747474. Windows color (decimal): -7116950 or 6973331. OLE color: 6973331.
HSL color Cylindrical-coordinate representation of color #93676A: hue angle of 355.91º 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 #93676A is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 103 | 106 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.42 |
| HSL | 355.91º | 0.18% | 0.49% | - |
| HSV(B) | 355.91º | 0.3% | 0.58% | - |
| XYZ | 19.48 | 16.94 | 15.88 | - |
| YUV | 116.5 | 122.08 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 103 | 106 | 0 | 0.30 | 0.28 | 0.42 | 355.91 | 0.18 | 0.49 |
| Hex | 93 | 67 | 6A | 0 | 1E | 1C | 2A | 164 | 12 | 31 |
| Octal | 223 | 147 | 152 | 0 | 36 | 34 | 52 | 544 | 22 | 61 |
| Binary | 10010011 | 1100111 | 1101010 | 0 | 11110 | 11100 | 101010 | 101100100 | 10010 | 110001 |
Color Harmonies of #93676A
Complementary color
Monochromatic Colors of #93676A
Black with #93676A
Text Example
Text Example
White with #93676A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93676A; }
p { color: rgb(147,103,106); }
H1.HeaderClassName
{
color: #93676A;
}
.AnyTagClassName
{
color: #93676A;
}
</style>
background-color css
<style>
a { background-color: #93676A; }
a { background-color: rgb(147,103,106); }
div.DivClassName
{
background-color: #93676A;
}
.BgClassName
{
background-color: #93676A;
}
</style>
border-color css
<style>
span { border-color: #93676A; }
span { border-color: rgb(147,103,106); }
td.TdClassName
{
border-color: #93676A;
}
.TagClassName
{
border-color: #93676A;
}
</style>