Shades of Heathered Grey #959184
Tints of Heathered Grey #959184
RGB
CMYK
RGB Variations
Color information
#959184 (or 0x959184) is known color: Heathered Grey. HEX triplet: 95, 91 and 84. RGB value is (149,145,132). Sum of RGB (Red+Green+Blue) = 149+145+132=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 149 - color contains mainly: red. Hex color #959184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959184 is #6A6E7B. Grayscale: #909090. Windows color (decimal): -6975100 or 8688021. OLE color: 8688021.
HSL color Cylindrical-coordinate representation of color #959184: hue angle of 45.88º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #959184 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 145 | 132 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.42 |
| HSL | 45.88º | 0.07% | 0.55% | - |
| HSV(B) | 45.88º | 0.11% | 0.58% | - |
| XYZ | 26.68 | 28.31 | 25.89 | - |
| YUV | 144.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 145 | 132 | 0 | 0.03 | 0.11 | 0.42 | 45.88 | 0.07 | 0.55 |
| Hex | 95 | 91 | 84 | 0 | 3 | B | 2A | 2E | 7 | 37 |
| Octal | 225 | 221 | 204 | 0 | 3 | 13 | 52 | 56 | 7 | 67 |
| Binary | 10010101 | 10010001 | 10000100 | 0 | 11 | 1011 | 101010 | 101110 | 111 | 110111 |
Color Harmonies of #959184
Complementary color
Monochromatic Colors of #959184
Black with #959184
Text Example
Text Example
White with #959184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959184; }
p { color: rgb(149,145,132); }
H1.HeaderClassName
{
color: #959184;
}
.AnyTagClassName
{
color: #959184;
}
</style>
background-color css
<style>
a { background-color: #959184; }
a { background-color: rgb(149,145,132); }
div.DivClassName
{
background-color: #959184;
}
.BgClassName
{
background-color: #959184;
}
</style>
border-color css
<style>
span { border-color: #959184; }
span { border-color: rgb(149,145,132); }
td.TdClassName
{
border-color: #959184;
}
.TagClassName
{
border-color: #959184;
}
</style>