Shades of Heathered Grey #968E81
Tints of Heathered Grey #968E81
RGB
CMYK
RGB Variations
Color information
#968E81 (or 0x968E81) is known color: Heathered Grey. HEX triplet: 96, 8E and 81. RGB value is (150,142,129). Sum of RGB (Red+Green+Blue) = 150+142+129=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 150 - color contains mainly: red. Hex color #968E81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968E81 is #69717E. Grayscale: #8E8E8E. Windows color (decimal): -6910335 or 8490646. OLE color: 8490646.
HSL color Cylindrical-coordinate representation of color #968E81: hue angle of 37.14º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #968E81 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 142 | 129 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.41 |
| HSL | 37.14º | 0.09% | 0.55% | - |
| HSV(B) | 37.14º | 0.14% | 0.59% | - |
| XYZ | 26.21 | 27.42 | 24.68 | - |
| YUV | 142.91 | 120.15 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 142 | 129 | 0 | 0.05 | 0.14 | 0.41 | 37.14 | 0.09 | 0.55 |
| Hex | 96 | 8E | 81 | 0 | 5 | E | 29 | 25 | 9 | 37 |
| Octal | 226 | 216 | 201 | 0 | 5 | 16 | 51 | 45 | 11 | 67 |
| Binary | 10010110 | 10001110 | 10000001 | 0 | 101 | 1110 | 101001 | 100101 | 1001 | 110111 |
Color Harmonies of #968E81
Complementary color
Monochromatic Colors of #968E81
Black with #968E81
Text Example
Text Example
White with #968E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968E81; }
p { color: rgb(150,142,129); }
H1.HeaderClassName
{
color: #968E81;
}
.AnyTagClassName
{
color: #968E81;
}
</style>
background-color css
<style>
a { background-color: #968E81; }
a { background-color: rgb(150,142,129); }
div.DivClassName
{
background-color: #968E81;
}
.BgClassName
{
background-color: #968E81;
}
</style>
border-color css
<style>
span { border-color: #968E81; }
span { border-color: rgb(150,142,129); }
td.TdClassName
{
border-color: #968E81;
}
.TagClassName
{
border-color: #968E81;
}
</style>