Shades of Mauve Taupe #936074
Tints of Mauve Taupe #936074
RGB
CMYK
RGB Variations
Color information
#936074 (or 0x936074) is known color: Mauve Taupe. HEX triplet: 93, 60 and 74. RGB value is (147,96,116). Sum of RGB (Red+Green+Blue) = 147+96+116=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 147 - color contains mainly: red. Hex color #936074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936074 is #6C9F8B. Grayscale: #717171. Windows color (decimal): -7118732 or 7626899. OLE color: 7626899.
HSL color Cylindrical-coordinate representation of color #936074: hue angle of 336.47º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #936074 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 96 | 116 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.42 |
| HSL | 336.47º | 0.21% | 0.48% | - |
| HSV(B) | 336.47º | 0.35% | 0.58% | - |
| XYZ | 19.37 | 15.83 | 18.56 | - |
| YUV | 113.53 | 129.4 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 96 | 116 | 0 | 0.35 | 0.21 | 0.42 | 336.47 | 0.21 | 0.48 |
| Hex | 93 | 60 | 74 | 0 | 23 | 15 | 2A | 150 | 15 | 30 |
| Octal | 223 | 140 | 164 | 0 | 43 | 25 | 52 | 520 | 25 | 60 |
| Binary | 10010011 | 1100000 | 1110100 | 0 | 100011 | 10101 | 101010 | 101010000 | 10101 | 110000 |
Color Harmonies of #936074
Complementary color
Monochromatic Colors of #936074
Black with #936074
Text Example
Text Example
White with #936074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936074; }
p { color: rgb(147,96,116); }
H1.HeaderClassName
{
color: #936074;
}
.AnyTagClassName
{
color: #936074;
}
</style>
background-color css
<style>
a { background-color: #936074; }
a { background-color: rgb(147,96,116); }
div.DivClassName
{
background-color: #936074;
}
.BgClassName
{
background-color: #936074;
}
</style>
border-color css
<style>
span { border-color: #936074; }
span { border-color: rgb(147,96,116); }
td.TdClassName
{
border-color: #936074;
}
.TagClassName
{
border-color: #936074;
}
</style>