Shades of Mauve Taupe #935E6B
Tints of Mauve Taupe #935E6B
RGB
CMYK
RGB Variations
Color information
#935E6B (or 0x935E6B) is known color: Mauve Taupe. HEX triplet: 93, 5E and 6B. RGB value is (147,94,107). Sum of RGB (Red+Green+Blue) = 147+94+107=348 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.24% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 147 - color contains mainly: red. Hex color #935E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935E6B is #6CA194. Grayscale: #6F6F6F. Windows color (decimal): -7119253 or 7036563. OLE color: 7036563.
HSL color Cylindrical-coordinate representation of color #935E6B: hue angle of 345.28º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #935E6B is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 94 | 107 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.42 |
| HSL | 345.28º | 0.22% | 0.47% | - |
| HSV(B) | 345.28º | 0.36% | 0.58% | - |
| XYZ | 18.69 | 15.27 | 15.87 | - |
| YUV | 111.33 | 125.56 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 94 | 107 | 0 | 0.36 | 0.27 | 0.42 | 345.28 | 0.22 | 0.47 |
| Hex | 93 | 5E | 6B | 0 | 24 | 1B | 2A | 159 | 16 | 2F |
| Octal | 223 | 136 | 153 | 0 | 44 | 33 | 52 | 531 | 26 | 57 |
| Binary | 10010011 | 1011110 | 1101011 | 0 | 100100 | 11011 | 101010 | 101011001 | 10110 | 101111 |
Color Harmonies of #935E6B
Complementary color
Monochromatic Colors of #935E6B
Black with #935E6B
Text Example
Text Example
White with #935E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935E6B; }
p { color: rgb(147,94,107); }
H1.HeaderClassName
{
color: #935E6B;
}
.AnyTagClassName
{
color: #935E6B;
}
</style>
background-color css
<style>
a { background-color: #935E6B; }
a { background-color: rgb(147,94,107); }
div.DivClassName
{
background-color: #935E6B;
}
.BgClassName
{
background-color: #935E6B;
}
</style>
border-color css
<style>
span { border-color: #935E6B; }
span { border-color: rgb(147,94,107); }
td.TdClassName
{
border-color: #935E6B;
}
.TagClassName
{
border-color: #935E6B;
}
</style>