Shades of Taupe Grey #958091
Tints of Taupe Grey #958091
RGB
CMYK
RGB Variations
Color information
#958091 (or 0x958091) is known color: Taupe Grey. HEX triplet: 95, 80 and 91. RGB value is (149,128,145). Sum of RGB (Red+Green+Blue) = 149+128+145=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 149 - color contains mainly: red. Hex color #958091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958091 is #6A7F6E. Grayscale: #888888. Windows color (decimal): -6979439 or 9535637. OLE color: 9535637.
HSL color Cylindrical-coordinate representation of color #958091: hue angle of 311.43º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #958091 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 128 | 145 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.42 |
| HSL | 311.43º | 0.09% | 0.54% | - |
| HSV(B) | 311.43º | 0.14% | 0.58% | - |
| XYZ | 25.22 | 23.87 | 30.07 | - |
| YUV | 136.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 128 | 145 | 0 | 0.14 | 0.03 | 0.42 | 311.43 | 0.09 | 0.54 |
| Hex | 95 | 80 | 91 | 0 | E | 3 | 2A | 137 | 9 | 36 |
| Octal | 225 | 200 | 221 | 0 | 16 | 3 | 52 | 467 | 11 | 66 |
| Binary | 10010101 | 10000000 | 10010001 | 0 | 1110 | 11 | 101010 | 100110111 | 1001 | 110110 |
Color Harmonies of #958091
Complementary color
Monochromatic Colors of #958091
Black with #958091
Text Example
Text Example
White with #958091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958091; }
p { color: rgb(149,128,145); }
H1.HeaderClassName
{
color: #958091;
}
.AnyTagClassName
{
color: #958091;
}
</style>
background-color css
<style>
a { background-color: #958091; }
a { background-color: rgb(149,128,145); }
div.DivClassName
{
background-color: #958091;
}
.BgClassName
{
background-color: #958091;
}
</style>
border-color css
<style>
span { border-color: #958091; }
span { border-color: rgb(149,128,145); }
td.TdClassName
{
border-color: #958091;
}
.TagClassName
{
border-color: #958091;
}
</style>