Shades of Taupe Grey #958691
Tints of Taupe Grey #958691
RGB
CMYK
RGB Variations
Color information
#958691 (or 0x958691) is known color: Taupe Grey. HEX triplet: 95, 86 and 91. RGB value is (149,134,145). Sum of RGB (Red+Green+Blue) = 149+134+145=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 149 - color contains mainly: red. Hex color #958691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958691 is #6A796E. Grayscale: #8B8B8B. Windows color (decimal): -6977903 or 9537173. OLE color: 9537173.
HSL color Cylindrical-coordinate representation of color #958691: hue angle of 316º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #958691 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 134 | 145 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.42 |
| HSL | 316º | 0.07% | 0.55% | - |
| HSV(B) | 316º | 0.1% | 0.58% | - |
| XYZ | 26.03 | 25.48 | 30.34 | - |
| YUV | 139.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 134 | 145 | 0 | 0.10 | 0.03 | 0.42 | 316 | 0.07 | 0.55 |
| Hex | 95 | 86 | 91 | 0 | A | 3 | 2A | 13C | 7 | 37 |
| Octal | 225 | 206 | 221 | 0 | 12 | 3 | 52 | 474 | 7 | 67 |
| Binary | 10010101 | 10000110 | 10010001 | 0 | 1010 | 11 | 101010 | 100111100 | 111 | 110111 |
Color Harmonies of #958691
Complementary color
Monochromatic Colors of #958691
Black with #958691
Text Example
Text Example
White with #958691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958691; }
p { color: rgb(149,134,145); }
H1.HeaderClassName
{
color: #958691;
}
.AnyTagClassName
{
color: #958691;
}
</style>
background-color css
<style>
a { background-color: #958691; }
a { background-color: rgb(149,134,145); }
div.DivClassName
{
background-color: #958691;
}
.BgClassName
{
background-color: #958691;
}
</style>
border-color css
<style>
span { border-color: #958691; }
span { border-color: rgb(149,134,145); }
td.TdClassName
{
border-color: #958691;
}
.TagClassName
{
border-color: #958691;
}
</style>