Shades of Heathered Grey #969086
Tints of Heathered Grey #969086
RGB
CMYK
RGB Variations
Color information
#969086 (or 0x969086) is known color: Heathered Grey. HEX triplet: 96, 90 and 86. RGB value is (150,144,134). Sum of RGB (Red+Green+Blue) = 150+144+134=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 150 - color contains mainly: red. Hex color #969086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969086 is #696F79. Grayscale: #909090. Windows color (decimal): -6909818 or 8818838. OLE color: 8818838.
HSL color Cylindrical-coordinate representation of color #969086: hue angle of 37.5º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #969086 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 144 | 134 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.41 |
| HSL | 37.5º | 0.07% | 0.56% | - |
| HSV(B) | 37.5º | 0.11% | 0.59% | - |
| XYZ | 26.85 | 28.15 | 26.57 | - |
| YUV | 144.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 144 | 134 | 0 | 0.04 | 0.11 | 0.41 | 37.5 | 0.07 | 0.56 |
| Hex | 96 | 90 | 86 | 0 | 4 | B | 29 | 26 | 7 | 38 |
| Octal | 226 | 220 | 206 | 0 | 4 | 13 | 51 | 46 | 7 | 70 |
| Binary | 10010110 | 10010000 | 10000110 | 0 | 100 | 1011 | 101001 | 100110 | 111 | 111000 |
Color Harmonies of #969086
Complementary color
Monochromatic Colors of #969086
Black with #969086
Text Example
Text Example
White with #969086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969086; }
p { color: rgb(150,144,134); }
H1.HeaderClassName
{
color: #969086;
}
.AnyTagClassName
{
color: #969086;
}
</style>
background-color css
<style>
a { background-color: #969086; }
a { background-color: rgb(150,144,134); }
div.DivClassName
{
background-color: #969086;
}
.BgClassName
{
background-color: #969086;
}
</style>
border-color css
<style>
span { border-color: #969086; }
span { border-color: rgb(150,144,134); }
td.TdClassName
{
border-color: #969086;
}
.TagClassName
{
border-color: #969086;
}
</style>