Shades of Taupe Grey #958593
Tints of Taupe Grey #958593
RGB
CMYK
RGB Variations
Color information
#958593 (or 0x958593) is known color: Taupe Grey. HEX triplet: 95, 85 and 93. RGB value is (149,133,147). Sum of RGB (Red+Green+Blue) = 149+133+147=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 149 - color contains mainly: red. Hex color #958593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958593 is #6A7A6C. Grayscale: #8B8B8B. Windows color (decimal): -6978157 or 9667989. OLE color: 9667989.
HSL color Cylindrical-coordinate representation of color #958593: hue angle of 307.5º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #958593 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 133 | 147 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.42 |
| HSL | 307.5º | 0.07% | 0.55% | - |
| HSV(B) | 307.5º | 0.11% | 0.58% | - |
| XYZ | 26.05 | 25.27 | 31.11 | - |
| YUV | 139.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 147 | 0 | 0.11 | 0.01 | 0.42 | 307.5 | 0.07 | 0.55 |
| Hex | 95 | 85 | 93 | 0 | B | 1 | 2A | 134 | 7 | 37 |
| Octal | 225 | 205 | 223 | 0 | 13 | 1 | 52 | 464 | 7 | 67 |
| Binary | 10010101 | 10000101 | 10010011 | 0 | 1011 | 1 | 101010 | 100110100 | 111 | 110111 |
Color Harmonies of #958593
Complementary color
Monochromatic Colors of #958593
Black with #958593
Text Example
Text Example
White with #958593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958593; }
p { color: rgb(149,133,147); }
H1.HeaderClassName
{
color: #958593;
}
.AnyTagClassName
{
color: #958593;
}
</style>
background-color css
<style>
a { background-color: #958593; }
a { background-color: rgb(149,133,147); }
div.DivClassName
{
background-color: #958593;
}
.BgClassName
{
background-color: #958593;
}
</style>
border-color css
<style>
span { border-color: #958593; }
span { border-color: rgb(149,133,147); }
td.TdClassName
{
border-color: #958593;
}
.TagClassName
{
border-color: #958593;
}
</style>