Shades of Heathered Grey #96918A
Tints of Heathered Grey #96918A
RGB
CMYK
RGB Variations
Color information
#96918A (or 0x96918A) is known color: Heathered Grey. HEX triplet: 96, 91 and 8A. RGB value is (150,145,138). Sum of RGB (Red+Green+Blue) = 150+145+138=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 150 - color contains mainly: red. Hex color #96918A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96918A is #696E75. Grayscale: #919191. Windows color (decimal): -6909558 or 9081238. OLE color: 9081238.
HSL color Cylindrical-coordinate representation of color #96918A: hue angle of 35º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #96918A is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 145 | 138 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.41 |
| HSL | 35º | 0.05% | 0.56% | - |
| HSV(B) | 35º | 0.08% | 0.59% | - |
| XYZ | 27.29 | 28.57 | 28.12 | - |
| YUV | 145.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 145 | 138 | 0 | 0.03 | 0.08 | 0.41 | 35 | 0.05 | 0.56 |
| Hex | 96 | 91 | 8A | 0 | 3 | 8 | 29 | 23 | 5 | 38 |
| Octal | 226 | 221 | 212 | 0 | 3 | 10 | 51 | 43 | 5 | 70 |
| Binary | 10010110 | 10010001 | 10001010 | 0 | 11 | 1000 | 101001 | 100011 | 101 | 111000 |
Color Harmonies of #96918A
Complementary color
Monochromatic Colors of #96918A
Black with #96918A
Text Example
Text Example
White with #96918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96918A; }
p { color: rgb(150,145,138); }
H1.HeaderClassName
{
color: #96918A;
}
.AnyTagClassName
{
color: #96918A;
}
</style>
background-color css
<style>
a { background-color: #96918A; }
a { background-color: rgb(150,145,138); }
div.DivClassName
{
background-color: #96918A;
}
.BgClassName
{
background-color: #96918A;
}
</style>
border-color css
<style>
span { border-color: #96918A; }
span { border-color: rgb(150,145,138); }
td.TdClassName
{
border-color: #96918A;
}
.TagClassName
{
border-color: #96918A;
}
</style>