Shades of Heathered Grey #959185
Tints of Heathered Grey #959185
RGB
CMYK
RGB Variations
Color information
#959185 (or 0x959185) is known color: Heathered Grey. HEX triplet: 95, 91 and 85. RGB value is (149,145,133). Sum of RGB (Red+Green+Blue) = 149+145+133=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 149 - color contains mainly: red. Hex color #959185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959185 is #6A6E7A. Grayscale: #909090. Windows color (decimal): -6975099 or 8753557. OLE color: 8753557.
HSL color Cylindrical-coordinate representation of color #959185: hue angle of 45º 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 #959185 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 145 | 133 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.42 |
| HSL | 45º | 0.07% | 0.55% | - |
| HSV(B) | 45º | 0.11% | 0.58% | - |
| XYZ | 26.75 | 28.33 | 26.25 | - |
| YUV | 144.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 145 | 133 | 0 | 0.03 | 0.11 | 0.42 | 45 | 0.07 | 0.55 |
| Hex | 95 | 91 | 85 | 0 | 3 | B | 2A | 2D | 7 | 37 |
| Octal | 225 | 221 | 205 | 0 | 3 | 13 | 52 | 55 | 7 | 67 |
| Binary | 10010101 | 10010001 | 10000101 | 0 | 11 | 1011 | 101010 | 101101 | 111 | 110111 |
Color Harmonies of #959185
Complementary color
Monochromatic Colors of #959185
Black with #959185
Text Example
Text Example
White with #959185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959185; }
p { color: rgb(149,145,133); }
H1.HeaderClassName
{
color: #959185;
}
.AnyTagClassName
{
color: #959185;
}
</style>
background-color css
<style>
a { background-color: #959185; }
a { background-color: rgb(149,145,133); }
div.DivClassName
{
background-color: #959185;
}
.BgClassName
{
background-color: #959185;
}
</style>
border-color css
<style>
span { border-color: #959185; }
span { border-color: rgb(149,145,133); }
td.TdClassName
{
border-color: #959185;
}
.TagClassName
{
border-color: #959185;
}
</style>