Shades of Taupe Grey #958594
Tints of Taupe Grey #958594
RGB
CMYK
RGB Variations
Color information
#958594 (or 0x958594) is known color: Taupe Grey. HEX triplet: 95, 85 and 94. RGB value is (149,133,148). Sum of RGB (Red+Green+Blue) = 149+133+148=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 149 - color contains mainly: red. Hex color #958594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958594 is #6A7A6B. Grayscale: #8B8B8B. Windows color (decimal): -6978156 or 9733525. OLE color: 9733525.
HSL color Cylindrical-coordinate representation of color #958594: hue angle of 303.75º 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 #958594 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 133 | 148 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.42 |
| HSL | 303.75º | 0.07% | 0.55% | - |
| HSV(B) | 303.75º | 0.11% | 0.58% | - |
| XYZ | 26.13 | 25.3 | 31.52 | - |
| YUV | 139.49 | 132.8 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 148 | 0 | 0.11 | 0.01 | 0.42 | 303.75 | 0.07 | 0.55 |
| Hex | 95 | 85 | 94 | 0 | B | 1 | 2A | 130 | 7 | 37 |
| Octal | 225 | 205 | 224 | 0 | 13 | 1 | 52 | 460 | 7 | 67 |
| Binary | 10010101 | 10000101 | 10010100 | 0 | 1011 | 1 | 101010 | 100110000 | 111 | 110111 |
Color Harmonies of #958594
Complementary color
Monochromatic Colors of #958594
Black with #958594
Text Example
Text Example
White with #958594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958594; }
p { color: rgb(149,133,148); }
H1.HeaderClassName
{
color: #958594;
}
.AnyTagClassName
{
color: #958594;
}
</style>
background-color css
<style>
a { background-color: #958594; }
a { background-color: rgb(149,133,148); }
div.DivClassName
{
background-color: #958594;
}
.BgClassName
{
background-color: #958594;
}
</style>
border-color css
<style>
span { border-color: #958594; }
span { border-color: rgb(149,133,148); }
td.TdClassName
{
border-color: #958594;
}
.TagClassName
{
border-color: #958594;
}
</style>