Shades of Mauve Taupe #905A69
Tints of Mauve Taupe #905A69
RGB
CMYK
RGB Variations
Color information
#905A69 (or 0x905A69) is known color: Mauve Taupe. HEX triplet: 90, 5A and 69. RGB value is (144,90,105). Sum of RGB (Red+Green+Blue) = 144+90+105=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 144 - color contains mainly: red. Hex color #905A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905A69 is #6FA596. Grayscale: #6B6B6B. Windows color (decimal): -7316887 or 6904464. OLE color: 6904464.
HSL color Cylindrical-coordinate representation of color #905A69: hue angle of 343.33º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #905A69 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 90 | 105 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.44 |
| HSL | 343.33º | 0.23% | 0.46% | - |
| HSV(B) | 343.33º | 0.38% | 0.56% | - |
| XYZ | 17.71 | 14.26 | 15.18 | - |
| YUV | 107.86 | 126.39 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 105 | 0 | 0.37 | 0.27 | 0.44 | 343.33 | 0.23 | 0.46 |
| Hex | 90 | 5A | 69 | 0 | 25 | 1B | 2C | 157 | 17 | 2E |
| Octal | 220 | 132 | 151 | 0 | 45 | 33 | 54 | 527 | 27 | 56 |
| Binary | 10010000 | 1011010 | 1101001 | 0 | 100101 | 11011 | 101100 | 101010111 | 10111 | 101110 |
Color Harmonies of #905A69
Complementary color
Monochromatic Colors of #905A69
Black with #905A69
Text Example
Text Example
White with #905A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905A69; }
p { color: rgb(144,90,105); }
H1.HeaderClassName
{
color: #905A69;
}
.AnyTagClassName
{
color: #905A69;
}
</style>
background-color css
<style>
a { background-color: #905A69; }
a { background-color: rgb(144,90,105); }
div.DivClassName
{
background-color: #905A69;
}
.BgClassName
{
background-color: #905A69;
}
</style>
border-color css
<style>
span { border-color: #905A69; }
span { border-color: rgb(144,90,105); }
td.TdClassName
{
border-color: #905A69;
}
.TagClassName
{
border-color: #905A69;
}
</style>