Shades of Mauve Taupe #905C6F
Tints of Mauve Taupe #905C6F
RGB
CMYK
RGB Variations
Color information
#905C6F (or 0x905C6F) is known color: Mauve Taupe. HEX triplet: 90, 5C and 6F. RGB value is (144,92,111). Sum of RGB (Red+Green+Blue) = 144+92+111=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 144 - color contains mainly: red. Hex color #905C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905C6F is #6FA390. Grayscale: #6D6D6D. Windows color (decimal): -7316369 or 7298192. OLE color: 7298192.
HSL color Cylindrical-coordinate representation of color #905C6F: hue angle of 338.08º 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 #905C6F is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 92 | 111 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.44 |
| HSL | 338.08º | 0.22% | 0.46% | - |
| HSV(B) | 338.08º | 0.36% | 0.56% | - |
| XYZ | 18.2 | 14.73 | 16.92 | - |
| YUV | 109.71 | 128.73 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 111 | 0 | 0.36 | 0.23 | 0.44 | 338.08 | 0.22 | 0.46 |
| Hex | 90 | 5C | 6F | 0 | 24 | 17 | 2C | 152 | 16 | 2E |
| Octal | 220 | 134 | 157 | 0 | 44 | 27 | 54 | 522 | 26 | 56 |
| Binary | 10010000 | 1011100 | 1101111 | 0 | 100100 | 10111 | 101100 | 101010010 | 10110 | 101110 |
Color Harmonies of #905C6F
Complementary color
Monochromatic Colors of #905C6F
Black with #905C6F
Text Example
Text Example
White with #905C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905C6F; }
p { color: rgb(144,92,111); }
H1.HeaderClassName
{
color: #905C6F;
}
.AnyTagClassName
{
color: #905C6F;
}
</style>
background-color css
<style>
a { background-color: #905C6F; }
a { background-color: rgb(144,92,111); }
div.DivClassName
{
background-color: #905C6F;
}
.BgClassName
{
background-color: #905C6F;
}
</style>
border-color css
<style>
span { border-color: #905C6F; }
span { border-color: rgb(144,92,111); }
td.TdClassName
{
border-color: #905C6F;
}
.TagClassName
{
border-color: #905C6F;
}
</style>