Shades of Taupe Grey #959294
Tints of Taupe Grey #959294
RGB
CMYK
RGB Variations
Color information
#959294 (or 0x959294) is known color: Taupe Grey. HEX triplet: 95, 92 and 94. RGB value is (149,146,148). Sum of RGB (Red+Green+Blue) = 149+146+148=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 149 - color contains mainly: red. Hex color #959294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959294 is #6A6D6B. Grayscale: #939393. Windows color (decimal): -6974828 or 9736853. OLE color: 9736853.
HSL color Cylindrical-coordinate representation of color #959294: hue angle of 320º degrees, saturation: 0.01, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #959294 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 146 | 148 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.42 |
| HSL | 320º | 0.01% | 0.58% | - |
| HSV(B) | 320º | 0.02% | 0.58% | - |
| XYZ | 28.02 | 29.09 | 32.15 | - |
| YUV | 147.13 | 128.49 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 146 | 148 | 0 | 0.02 | 0.01 | 0.42 | 320 | 0.01 | 0.58 |
| Hex | 95 | 92 | 94 | 0 | 2 | 1 | 2A | 140 | 1 | 3A |
| Octal | 225 | 222 | 224 | 0 | 2 | 1 | 52 | 500 | 1 | 72 |
| Binary | 10010101 | 10010010 | 10010100 | 0 | 10 | 1 | 101010 | 101000000 | 1 | 111010 |
Color Harmonies of #959294
Complementary color
Monochromatic Colors of #959294
Black with #959294
Text Example
Text Example
White with #959294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959294; }
p { color: rgb(149,146,148); }
H1.HeaderClassName
{
color: #959294;
}
.AnyTagClassName
{
color: #959294;
}
</style>
background-color css
<style>
a { background-color: #959294; }
a { background-color: rgb(149,146,148); }
div.DivClassName
{
background-color: #959294;
}
.BgClassName
{
background-color: #959294;
}
</style>
border-color css
<style>
span { border-color: #959294; }
span { border-color: rgb(149,146,148); }
td.TdClassName
{
border-color: #959294;
}
.TagClassName
{
border-color: #959294;
}
</style>