Shades of Heathered Grey #969085
Tints of Heathered Grey #969085
RGB
CMYK
RGB Variations
Color information
#969085 (or 0x969085) is known color: Heathered Grey. HEX triplet: 96, 90 and 85. RGB value is (150,144,133). Sum of RGB (Red+Green+Blue) = 150+144+133=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 150 - color contains mainly: red. Hex color #969085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969085 is #696F7A. Grayscale: #909090. Windows color (decimal): -6909819 or 8753302. OLE color: 8753302.
HSL color Cylindrical-coordinate representation of color #969085: hue angle of 38.82º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #969085 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 144 | 133 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.41 |
| HSL | 38.82º | 0.07% | 0.55% | - |
| HSV(B) | 38.82º | 0.11% | 0.59% | - |
| XYZ | 26.78 | 28.12 | 26.21 | - |
| YUV | 144.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 144 | 133 | 0 | 0.04 | 0.11 | 0.41 | 38.82 | 0.07 | 0.55 |
| Hex | 96 | 90 | 85 | 0 | 4 | B | 29 | 27 | 7 | 37 |
| Octal | 226 | 220 | 205 | 0 | 4 | 13 | 51 | 47 | 7 | 67 |
| Binary | 10010110 | 10010000 | 10000101 | 0 | 100 | 1011 | 101001 | 100111 | 111 | 110111 |
Color Harmonies of #969085
Complementary color
Monochromatic Colors of #969085
Black with #969085
Text Example
Text Example
White with #969085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969085; }
p { color: rgb(150,144,133); }
H1.HeaderClassName
{
color: #969085;
}
.AnyTagClassName
{
color: #969085;
}
</style>
background-color css
<style>
a { background-color: #969085; }
a { background-color: rgb(150,144,133); }
div.DivClassName
{
background-color: #969085;
}
.BgClassName
{
background-color: #969085;
}
</style>
border-color css
<style>
span { border-color: #969085; }
span { border-color: rgb(150,144,133); }
td.TdClassName
{
border-color: #969085;
}
.TagClassName
{
border-color: #969085;
}
</style>