Shades of Mauve Taupe #935B74
Tints of Mauve Taupe #935B74
RGB
CMYK
RGB Variations
Color information
#935B74 (or 0x935B74) is known color: Mauve Taupe. HEX triplet: 93, 5B and 74. RGB value is (147,91,116). Sum of RGB (Red+Green+Blue) = 147+91+116=354 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.53% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 147 - color contains mainly: red. Hex color #935B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935B74 is #6CA48B. Grayscale: #6E6E6E. Windows color (decimal): -7120012 or 7625619. OLE color: 7625619.
HSL color Cylindrical-coordinate representation of color #935B74: hue angle of 333.21º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #935B74 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 91 | 116 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.42 |
| HSL | 333.21º | 0.24% | 0.47% | - |
| HSV(B) | 333.21º | 0.38% | 0.58% | - |
| XYZ | 18.93 | 14.95 | 18.41 | - |
| YUV | 110.59 | 131.05 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 91 | 116 | 0 | 0.38 | 0.21 | 0.42 | 333.21 | 0.24 | 0.47 |
| Hex | 93 | 5B | 74 | 0 | 26 | 15 | 2A | 14D | 18 | 2F |
| Octal | 223 | 133 | 164 | 0 | 46 | 25 | 52 | 515 | 30 | 57 |
| Binary | 10010011 | 1011011 | 1110100 | 0 | 100110 | 10101 | 101010 | 101001101 | 11000 | 101111 |
Color Harmonies of #935B74
Complementary color
Monochromatic Colors of #935B74
Black with #935B74
Text Example
Text Example
White with #935B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935B74; }
p { color: rgb(147,91,116); }
H1.HeaderClassName
{
color: #935B74;
}
.AnyTagClassName
{
color: #935B74;
}
</style>
background-color css
<style>
a { background-color: #935B74; }
a { background-color: rgb(147,91,116); }
div.DivClassName
{
background-color: #935B74;
}
.BgClassName
{
background-color: #935B74;
}
</style>
border-color css
<style>
span { border-color: #935B74; }
span { border-color: rgb(147,91,116); }
td.TdClassName
{
border-color: #935B74;
}
.TagClassName
{
border-color: #935B74;
}
</style>