Shades of Heathered Grey #96917F
Tints of Heathered Grey #96917F
RGB
CMYK
RGB Variations
Color information
#96917F (or 0x96917F) is known color: Heathered Grey. HEX triplet: 96, 91 and 7F. RGB value is (150,145,127). Sum of RGB (Red+Green+Blue) = 150+145+127=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 150 - color contains mainly: red. Hex color #96917F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96917F is #696E80. Grayscale: #909090. Windows color (decimal): -6909569 or 8360342. OLE color: 8360342.
HSL color Cylindrical-coordinate representation of color #96917F: hue angle of 46.96º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #96917F is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 145 | 127 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.41 |
| HSL | 46.96º | 0.1% | 0.54% | - |
| HSV(B) | 46.96º | 0.15% | 0.59% | - |
| XYZ | 26.53 | 28.27 | 24.14 | - |
| YUV | 144.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 145 | 127 | 0 | 0.03 | 0.15 | 0.41 | 46.96 | 0.1 | 0.54 |
| Hex | 96 | 91 | 7F | 0 | 3 | F | 29 | 2F | A | 36 |
| Octal | 226 | 221 | 177 | 0 | 3 | 17 | 51 | 57 | 12 | 66 |
| Binary | 10010110 | 10010001 | 1111111 | 0 | 11 | 1111 | 101001 | 101111 | 1010 | 110110 |
Color Harmonies of #96917F
Complementary color
Monochromatic Colors of #96917F
Black with #96917F
Text Example
Text Example
White with #96917F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96917F; }
p { color: rgb(150,145,127); }
H1.HeaderClassName
{
color: #96917F;
}
.AnyTagClassName
{
color: #96917F;
}
</style>
background-color css
<style>
a { background-color: #96917F; }
a { background-color: rgb(150,145,127); }
div.DivClassName
{
background-color: #96917F;
}
.BgClassName
{
background-color: #96917F;
}
</style>
border-color css
<style>
span { border-color: #96917F; }
span { border-color: rgb(150,145,127); }
td.TdClassName
{
border-color: #96917F;
}
.TagClassName
{
border-color: #96917F;
}
</style>