Shades of Heathered Grey #969184
Tints of Heathered Grey #969184
RGB
CMYK
RGB Variations
Color information
#969184 (or 0x969184) is known color: Heathered Grey. HEX triplet: 96, 91 and 84. RGB value is (150,145,132). Sum of RGB (Red+Green+Blue) = 150+145+132=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 150 - color contains mainly: red. Hex color #969184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969184 is #696E7B. Grayscale: #919191. Windows color (decimal): -6909564 or 8688022. OLE color: 8688022.
HSL color Cylindrical-coordinate representation of color #969184: hue angle of 43.33º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #969184 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 145 | 132 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.41 |
| HSL | 43.33º | 0.08% | 0.55% | - |
| HSV(B) | 43.33º | 0.12% | 0.59% | - |
| XYZ | 26.87 | 28.4 | 25.9 | - |
| YUV | 145.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 145 | 132 | 0 | 0.03 | 0.12 | 0.41 | 43.33 | 0.08 | 0.55 |
| Hex | 96 | 91 | 84 | 0 | 3 | C | 29 | 2B | 8 | 37 |
| Octal | 226 | 221 | 204 | 0 | 3 | 14 | 51 | 53 | 10 | 67 |
| Binary | 10010110 | 10010001 | 10000100 | 0 | 11 | 1100 | 101001 | 101011 | 1000 | 110111 |
Color Harmonies of #969184
Complementary color
Monochromatic Colors of #969184
Black with #969184
Text Example
Text Example
White with #969184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969184; }
p { color: rgb(150,145,132); }
H1.HeaderClassName
{
color: #969184;
}
.AnyTagClassName
{
color: #969184;
}
</style>
background-color css
<style>
a { background-color: #969184; }
a { background-color: rgb(150,145,132); }
div.DivClassName
{
background-color: #969184;
}
.BgClassName
{
background-color: #969184;
}
</style>
border-color css
<style>
span { border-color: #969184; }
span { border-color: rgb(150,145,132); }
td.TdClassName
{
border-color: #969184;
}
.TagClassName
{
border-color: #969184;
}
</style>