Shades of Mauve Taupe #956769
Tints of Mauve Taupe #956769
RGB
CMYK
RGB Variations
Color information
#956769 (or 0x956769) is known color: Mauve Taupe. HEX triplet: 95, 67 and 69. RGB value is (149,103,105). Sum of RGB (Red+Green+Blue) = 149+103+105=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #956769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956769 is #6A9896. Grayscale: #757575. Windows color (decimal): -6985879 or 6907797. OLE color: 6907797.
HSL color Cylindrical-coordinate representation of color #956769: hue angle of 357.39º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #956769 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 103 | 105 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.42 |
| HSL | 357.39º | 0.18% | 0.49% | - |
| HSV(B) | 357.39º | 0.31% | 0.58% | - |
| XYZ | 19.79 | 17.11 | 15.62 | - |
| YUV | 116.98 | 121.24 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 103 | 105 | 0 | 0.31 | 0.30 | 0.42 | 357.39 | 0.18 | 0.49 |
| Hex | 95 | 67 | 69 | 0 | 1F | 1E | 2A | 165 | 12 | 31 |
| Octal | 225 | 147 | 151 | 0 | 37 | 36 | 52 | 545 | 22 | 61 |
| Binary | 10010101 | 1100111 | 1101001 | 0 | 11111 | 11110 | 101010 | 101100101 | 10010 | 110001 |
Color Harmonies of #956769
Complementary color
Monochromatic Colors of #956769
Black with #956769
Text Example
Text Example
White with #956769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956769; }
p { color: rgb(149,103,105); }
H1.HeaderClassName
{
color: #956769;
}
.AnyTagClassName
{
color: #956769;
}
</style>
background-color css
<style>
a { background-color: #956769; }
a { background-color: rgb(149,103,105); }
div.DivClassName
{
background-color: #956769;
}
.BgClassName
{
background-color: #956769;
}
</style>
border-color css
<style>
span { border-color: #956769; }
span { border-color: rgb(149,103,105); }
td.TdClassName
{
border-color: #956769;
}
.TagClassName
{
border-color: #956769;
}
</style>