Shades of Mauve Taupe #935A6C
Tints of Mauve Taupe #935A6C
RGB
CMYK
RGB Variations
Color information
#935A6C (or 0x935A6C) is known color: Mauve Taupe. HEX triplet: 93, 5A and 6C. RGB value is (147,90,108). Sum of RGB (Red+Green+Blue) = 147+90+108=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 147 - color contains mainly: red. Hex color #935A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935A6C is #6CA593. Grayscale: #6D6D6D. Windows color (decimal): -7120276 or 7101075. OLE color: 7101075.
HSL color Cylindrical-coordinate representation of color #935A6C: hue angle of 341.05º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #935A6C is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 90 | 108 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.42 |
| HSL | 341.05º | 0.24% | 0.46% | - |
| HSV(B) | 341.05º | 0.39% | 0.58% | - |
| XYZ | 18.4 | 14.6 | 16.04 | - |
| YUV | 109.1 | 127.38 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 90 | 108 | 0 | 0.39 | 0.27 | 0.42 | 341.05 | 0.24 | 0.46 |
| Hex | 93 | 5A | 6C | 0 | 27 | 1B | 2A | 155 | 18 | 2E |
| Octal | 223 | 132 | 154 | 0 | 47 | 33 | 52 | 525 | 30 | 56 |
| Binary | 10010011 | 1011010 | 1101100 | 0 | 100111 | 11011 | 101010 | 101010101 | 11000 | 101110 |
Color Harmonies of #935A6C
Complementary color
Monochromatic Colors of #935A6C
Black with #935A6C
Text Example
Text Example
White with #935A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935A6C; }
p { color: rgb(147,90,108); }
H1.HeaderClassName
{
color: #935A6C;
}
.AnyTagClassName
{
color: #935A6C;
}
</style>
background-color css
<style>
a { background-color: #935A6C; }
a { background-color: rgb(147,90,108); }
div.DivClassName
{
background-color: #935A6C;
}
.BgClassName
{
background-color: #935A6C;
}
</style>
border-color css
<style>
span { border-color: #935A6C; }
span { border-color: rgb(147,90,108); }
td.TdClassName
{
border-color: #935A6C;
}
.TagClassName
{
border-color: #935A6C;
}
</style>