Shades of Mauve Taupe #935D6A
Tints of Mauve Taupe #935D6A
RGB
CMYK
RGB Variations
Color information
#935D6A (or 0x935D6A) is known color: Mauve Taupe. HEX triplet: 93, 5D and 6A. RGB value is (147,93,106). Sum of RGB (Red+Green+Blue) = 147+93+106=346 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.49% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 147 - color contains mainly: red. Hex color #935D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935D6A is #6CA295. Grayscale: #6E6E6E. Windows color (decimal): -7119510 or 6970771. OLE color: 6970771.
HSL color Cylindrical-coordinate representation of color #935D6A: hue angle of 345.56º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #935D6A is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 93 | 106 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.42 |
| HSL | 345.56º | 0.23% | 0.47% | - |
| HSV(B) | 345.56º | 0.37% | 0.58% | - |
| XYZ | 18.55 | 15.07 | 15.57 | - |
| YUV | 110.63 | 125.39 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 93 | 106 | 0 | 0.37 | 0.28 | 0.42 | 345.56 | 0.23 | 0.47 |
| Hex | 93 | 5D | 6A | 0 | 25 | 1C | 2A | 15A | 16 | 2F |
| Octal | 223 | 135 | 152 | 0 | 45 | 34 | 52 | 532 | 26 | 57 |
| Binary | 10010011 | 1011101 | 1101010 | 0 | 100101 | 11100 | 101010 | 101011010 | 10110 | 101111 |
Color Harmonies of #935D6A
Complementary color
Monochromatic Colors of #935D6A
Black with #935D6A
Text Example
Text Example
White with #935D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935D6A; }
p { color: rgb(147,93,106); }
H1.HeaderClassName
{
color: #935D6A;
}
.AnyTagClassName
{
color: #935D6A;
}
</style>
background-color css
<style>
a { background-color: #935D6A; }
a { background-color: rgb(147,93,106); }
div.DivClassName
{
background-color: #935D6A;
}
.BgClassName
{
background-color: #935D6A;
}
</style>
border-color css
<style>
span { border-color: #935D6A; }
span { border-color: rgb(147,93,106); }
td.TdClassName
{
border-color: #935D6A;
}
.TagClassName
{
border-color: #935D6A;
}
</style>