Shades of Mauve Taupe #905C6C
Tints of Mauve Taupe #905C6C
RGB
CMYK
RGB Variations
Color information
#905C6C (or 0x905C6C) is known color: Mauve Taupe. HEX triplet: 90, 5C and 6C. RGB value is (144,92,108). Sum of RGB (Red+Green+Blue) = 144+92+108=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 144 - color contains mainly: red. Hex color #905C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905C6C is #6FA393. Grayscale: #6D6D6D. Windows color (decimal): -7316372 or 7101584. OLE color: 7101584.
HSL color Cylindrical-coordinate representation of color #905C6C: hue angle of 341.54º 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 #905C6C is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 92 | 108 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.44 |
| HSL | 341.54º | 0.22% | 0.46% | - |
| HSV(B) | 341.54º | 0.36% | 0.56% | - |
| XYZ | 18.04 | 14.67 | 16.07 | - |
| YUV | 109.37 | 127.23 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 108 | 0 | 0.36 | 0.25 | 0.44 | 341.54 | 0.22 | 0.46 |
| Hex | 90 | 5C | 6C | 0 | 24 | 19 | 2C | 156 | 16 | 2E |
| Octal | 220 | 134 | 154 | 0 | 44 | 31 | 54 | 526 | 26 | 56 |
| Binary | 10010000 | 1011100 | 1101100 | 0 | 100100 | 11001 | 101100 | 101010110 | 10110 | 101110 |
Color Harmonies of #905C6C
Complementary color
Monochromatic Colors of #905C6C
Black with #905C6C
Text Example
Text Example
White with #905C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905C6C; }
p { color: rgb(144,92,108); }
H1.HeaderClassName
{
color: #905C6C;
}
.AnyTagClassName
{
color: #905C6C;
}
</style>
background-color css
<style>
a { background-color: #905C6C; }
a { background-color: rgb(144,92,108); }
div.DivClassName
{
background-color: #905C6C;
}
.BgClassName
{
background-color: #905C6C;
}
</style>
border-color css
<style>
span { border-color: #905C6C; }
span { border-color: rgb(144,92,108); }
td.TdClassName
{
border-color: #905C6C;
}
.TagClassName
{
border-color: #905C6C;
}
</style>