Shades of Mauve Taupe #905C66
Tints of Mauve Taupe #905C66
RGB
CMYK
RGB Variations
Color information
#905C66 (or 0x905C66) is known color: Mauve Taupe. HEX triplet: 90, 5C and 66. RGB value is (144,92,102). Sum of RGB (Red+Green+Blue) = 144+92+102=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 144 - color contains mainly: red. Hex color #905C66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905C66 is #6FA399. Grayscale: #6C6C6C. Windows color (decimal): -7316378 or 6708368. OLE color: 6708368.
HSL color Cylindrical-coordinate representation of color #905C66: hue angle of 348.46º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #905C66 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 92 | 102 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.44 |
| HSL | 348.46º | 0.22% | 0.46% | - |
| HSV(B) | 348.46º | 0.36% | 0.56% | - |
| XYZ | 17.73 | 14.54 | 14.44 | - |
| YUV | 108.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 102 | 0 | 0.36 | 0.29 | 0.44 | 348.46 | 0.22 | 0.46 |
| Hex | 90 | 5C | 66 | 0 | 24 | 1D | 2C | 15C | 16 | 2E |
| Octal | 220 | 134 | 146 | 0 | 44 | 35 | 54 | 534 | 26 | 56 |
| Binary | 10010000 | 1011100 | 1100110 | 0 | 100100 | 11101 | 101100 | 101011100 | 10110 | 101110 |
Color Harmonies of #905C66
Complementary color
Monochromatic Colors of #905C66
Black with #905C66
Text Example
Text Example
White with #905C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905C66; }
p { color: rgb(144,92,102); }
H1.HeaderClassName
{
color: #905C66;
}
.AnyTagClassName
{
color: #905C66;
}
</style>
background-color css
<style>
a { background-color: #905C66; }
a { background-color: rgb(144,92,102); }
div.DivClassName
{
background-color: #905C66;
}
.BgClassName
{
background-color: #905C66;
}
</style>
border-color css
<style>
span { border-color: #905C66; }
span { border-color: rgb(144,92,102); }
td.TdClassName
{
border-color: #905C66;
}
.TagClassName
{
border-color: #905C66;
}
</style>