Shades of Heathered Grey #958F86
Tints of Heathered Grey #958F86
RGB
CMYK
RGB Variations
Color information
#958F86 (or 0x958F86) is known color: Heathered Grey. HEX triplet: 95, 8F and 86. RGB value is (149,143,134). Sum of RGB (Red+Green+Blue) = 149+143+134=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 149 - color contains mainly: red. Hex color #958F86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958F86 is #6A7079. Grayscale: #8F8F8F. Windows color (decimal): -6975610 or 8818581. OLE color: 8818581.
HSL color Cylindrical-coordinate representation of color #958F86: hue angle of 36º 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 #958F86 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 143 | 134 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.42 |
| HSL | 36º | 0.07% | 0.55% | - |
| HSV(B) | 36º | 0.1% | 0.58% | - |
| XYZ | 26.52 | 27.76 | 26.51 | - |
| YUV | 143.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 134 | 0 | 0.04 | 0.10 | 0.42 | 36 | 0.07 | 0.55 |
| Hex | 95 | 8F | 86 | 0 | 4 | A | 2A | 24 | 7 | 37 |
| Octal | 225 | 217 | 206 | 0 | 4 | 12 | 52 | 44 | 7 | 67 |
| Binary | 10010101 | 10001111 | 10000110 | 0 | 100 | 1010 | 101010 | 100100 | 111 | 110111 |
Color Harmonies of #958F86
Complementary color
Monochromatic Colors of #958F86
Black with #958F86
Text Example
Text Example
White with #958F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958F86; }
p { color: rgb(149,143,134); }
H1.HeaderClassName
{
color: #958F86;
}
.AnyTagClassName
{
color: #958F86;
}
</style>
background-color css
<style>
a { background-color: #958F86; }
a { background-color: rgb(149,143,134); }
div.DivClassName
{
background-color: #958F86;
}
.BgClassName
{
background-color: #958F86;
}
</style>
border-color css
<style>
span { border-color: #958F86; }
span { border-color: rgb(149,143,134); }
td.TdClassName
{
border-color: #958F86;
}
.TagClassName
{
border-color: #958F86;
}
</style>