Shades of Taupe Grey #958692
Tints of Taupe Grey #958692
RGB
CMYK
RGB Variations
Color information
#958692 (or 0x958692) is known color: Taupe Grey. HEX triplet: 95, 86 and 92. RGB value is (149,134,146). Sum of RGB (Red+Green+Blue) = 149+134+146=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 149 - color contains mainly: red. Hex color #958692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958692 is #6A796D. Grayscale: #8B8B8B. Windows color (decimal): -6977902 or 9602709. OLE color: 9602709.
HSL color Cylindrical-coordinate representation of color #958692: hue angle of 312º 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 #958692 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 134 | 146 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.42 |
| HSL | 312º | 0.07% | 0.55% | - |
| HSV(B) | 312º | 0.1% | 0.58% | - |
| XYZ | 26.11 | 25.52 | 30.74 | - |
| YUV | 139.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 134 | 146 | 0 | 0.10 | 0.02 | 0.42 | 312 | 0.07 | 0.55 |
| Hex | 95 | 86 | 92 | 0 | A | 2 | 2A | 138 | 7 | 37 |
| Octal | 225 | 206 | 222 | 0 | 12 | 2 | 52 | 470 | 7 | 67 |
| Binary | 10010101 | 10000110 | 10010010 | 0 | 1010 | 10 | 101010 | 100111000 | 111 | 110111 |
Color Harmonies of #958692
Complementary color
Monochromatic Colors of #958692
Black with #958692
Text Example
Text Example
White with #958692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958692; }
p { color: rgb(149,134,146); }
H1.HeaderClassName
{
color: #958692;
}
.AnyTagClassName
{
color: #958692;
}
</style>
background-color css
<style>
a { background-color: #958692; }
a { background-color: rgb(149,134,146); }
div.DivClassName
{
background-color: #958692;
}
.BgClassName
{
background-color: #958692;
}
</style>
border-color css
<style>
span { border-color: #958692; }
span { border-color: rgb(149,134,146); }
td.TdClassName
{
border-color: #958692;
}
.TagClassName
{
border-color: #958692;
}
</style>