Shades of Mauve Taupe #956669
Tints of Mauve Taupe #956669
RGB
CMYK
RGB Variations
Color information
#956669 (or 0x956669) is known color: Mauve Taupe. HEX triplet: 95, 66 and 69. RGB value is (149,102,105). Sum of RGB (Red+Green+Blue) = 149+102+105=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #956669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956669 is #6A9996. Grayscale: #747474. Windows color (decimal): -6986135 or 6907541. OLE color: 6907541.
HSL color Cylindrical-coordinate representation of color #956669: hue angle of 356.17º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #956669 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 102 | 105 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.42 |
| HSL | 356.17º | 0.19% | 0.49% | - |
| HSV(B) | 356.17º | 0.32% | 0.58% | - |
| XYZ | 19.7 | 16.91 | 15.59 | - |
| YUV | 116.4 | 121.57 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 102 | 105 | 0 | 0.32 | 0.30 | 0.42 | 356.17 | 0.19 | 0.49 |
| Hex | 95 | 66 | 69 | 0 | 20 | 1E | 2A | 164 | 13 | 31 |
| Octal | 225 | 146 | 151 | 0 | 40 | 36 | 52 | 544 | 23 | 61 |
| Binary | 10010101 | 1100110 | 1101001 | 0 | 100000 | 11110 | 101010 | 101100100 | 10011 | 110001 |
Color Harmonies of #956669
Complementary color
Monochromatic Colors of #956669
Black with #956669
Text Example
Text Example
White with #956669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956669; }
p { color: rgb(149,102,105); }
H1.HeaderClassName
{
color: #956669;
}
.AnyTagClassName
{
color: #956669;
}
</style>
background-color css
<style>
a { background-color: #956669; }
a { background-color: rgb(149,102,105); }
div.DivClassName
{
background-color: #956669;
}
.BgClassName
{
background-color: #956669;
}
</style>
border-color css
<style>
span { border-color: #956669; }
span { border-color: rgb(149,102,105); }
td.TdClassName
{
border-color: #956669;
}
.TagClassName
{
border-color: #956669;
}
</style>