Shades of Mauve Taupe #905C68
Tints of Mauve Taupe #905C68
RGB
CMYK
RGB Variations
Color information
#905C68 (or 0x905C68) is known color: Mauve Taupe. HEX triplet: 90, 5C and 68. RGB value is (144,92,104). Sum of RGB (Red+Green+Blue) = 144+92+104=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 144 - color contains mainly: red. Hex color #905C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905C68 is #6FA397. Grayscale: #6C6C6C. Windows color (decimal): -7316376 or 6839440. OLE color: 6839440.
HSL color Cylindrical-coordinate representation of color #905C68: hue angle of 346.15º 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 #905C68 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 92 | 104 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.44 |
| HSL | 346.15º | 0.22% | 0.46% | - |
| HSV(B) | 346.15º | 0.36% | 0.56% | - |
| XYZ | 17.83 | 14.58 | 14.97 | - |
| YUV | 108.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 104 | 0 | 0.36 | 0.28 | 0.44 | 346.15 | 0.22 | 0.46 |
| Hex | 90 | 5C | 68 | 0 | 24 | 1C | 2C | 15A | 16 | 2E |
| Octal | 220 | 134 | 150 | 0 | 44 | 34 | 54 | 532 | 26 | 56 |
| Binary | 10010000 | 1011100 | 1101000 | 0 | 100100 | 11100 | 101100 | 101011010 | 10110 | 101110 |
Color Harmonies of #905C68
Complementary color
Monochromatic Colors of #905C68
Black with #905C68
Text Example
Text Example
White with #905C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905C68; }
p { color: rgb(144,92,104); }
H1.HeaderClassName
{
color: #905C68;
}
.AnyTagClassName
{
color: #905C68;
}
</style>
background-color css
<style>
a { background-color: #905C68; }
a { background-color: rgb(144,92,104); }
div.DivClassName
{
background-color: #905C68;
}
.BgClassName
{
background-color: #905C68;
}
</style>
border-color css
<style>
span { border-color: #905C68; }
span { border-color: rgb(144,92,104); }
td.TdClassName
{
border-color: #905C68;
}
.TagClassName
{
border-color: #905C68;
}
</style>