Shades of Heathered Grey #96928C
Tints of Heathered Grey #96928C
RGB
CMYK
RGB Variations
Color information
#96928C (or 0x96928C) is known color: Heathered Grey. HEX triplet: 96, 92 and 8C. RGB value is (150,146,140). Sum of RGB (Red+Green+Blue) = 150+146+140=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 150 - color contains mainly: red. Hex color #96928C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96928C is #696D73. Grayscale: #929292. Windows color (decimal): -6909300 or 9212566. OLE color: 9212566.
HSL color Cylindrical-coordinate representation of color #96928C: hue angle of 36º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #96928C is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 146 | 140 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.41 |
| HSL | 36º | 0.05% | 0.57% | - |
| HSV(B) | 36º | 0.07% | 0.59% | - |
| XYZ | 27.59 | 28.94 | 28.94 | - |
| YUV | 146.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 146 | 140 | 0 | 0.03 | 0.07 | 0.41 | 36 | 0.05 | 0.57 |
| Hex | 96 | 92 | 8C | 0 | 3 | 7 | 29 | 24 | 5 | 39 |
| Octal | 226 | 222 | 214 | 0 | 3 | 7 | 51 | 44 | 5 | 71 |
| Binary | 10010110 | 10010010 | 10001100 | 0 | 11 | 111 | 101001 | 100100 | 101 | 111001 |
Color Harmonies of #96928C
Complementary color
Monochromatic Colors of #96928C
Black with #96928C
Text Example
Text Example
White with #96928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96928C; }
p { color: rgb(150,146,140); }
H1.HeaderClassName
{
color: #96928C;
}
.AnyTagClassName
{
color: #96928C;
}
</style>
background-color css
<style>
a { background-color: #96928C; }
a { background-color: rgb(150,146,140); }
div.DivClassName
{
background-color: #96928C;
}
.BgClassName
{
background-color: #96928C;
}
</style>
border-color css
<style>
span { border-color: #96928C; }
span { border-color: rgb(150,146,140); }
td.TdClassName
{
border-color: #96928C;
}
.TagClassName
{
border-color: #96928C;
}
</style>