Shades of Mauve Taupe #905C6A
Tints of Mauve Taupe #905C6A
RGB
CMYK
RGB Variations
Color information
#905C6A (or 0x905C6A) is known color: Mauve Taupe. HEX triplet: 90, 5C and 6A. RGB value is (144,92,106). Sum of RGB (Red+Green+Blue) = 144+92+106=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 144 - color contains mainly: red. Hex color #905C6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905C6A is #6FA395. Grayscale: #6D6D6D. Windows color (decimal): -7316374 or 6970512. OLE color: 6970512.
HSL color Cylindrical-coordinate representation of color #905C6A: hue angle of 343.85º 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 #905C6A is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 92 | 106 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.44 |
| HSL | 343.85º | 0.22% | 0.46% | - |
| HSV(B) | 343.85º | 0.36% | 0.56% | - |
| XYZ | 17.93 | 14.62 | 15.51 | - |
| YUV | 109.14 | 126.23 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 106 | 0 | 0.36 | 0.26 | 0.44 | 343.85 | 0.22 | 0.46 |
| Hex | 90 | 5C | 6A | 0 | 24 | 1A | 2C | 158 | 16 | 2E |
| Octal | 220 | 134 | 152 | 0 | 44 | 32 | 54 | 530 | 26 | 56 |
| Binary | 10010000 | 1011100 | 1101010 | 0 | 100100 | 11010 | 101100 | 101011000 | 10110 | 101110 |
Color Harmonies of #905C6A
Complementary color
Monochromatic Colors of #905C6A
Black with #905C6A
Text Example
Text Example
White with #905C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905C6A; }
p { color: rgb(144,92,106); }
H1.HeaderClassName
{
color: #905C6A;
}
.AnyTagClassName
{
color: #905C6A;
}
</style>
background-color css
<style>
a { background-color: #905C6A; }
a { background-color: rgb(144,92,106); }
div.DivClassName
{
background-color: #905C6A;
}
.BgClassName
{
background-color: #905C6A;
}
</style>
border-color css
<style>
span { border-color: #905C6A; }
span { border-color: rgb(144,92,106); }
td.TdClassName
{
border-color: #905C6A;
}
.TagClassName
{
border-color: #905C6A;
}
</style>