Shades of Heathered Grey #959084
Tints of Heathered Grey #959084
RGB
CMYK
RGB Variations
Color information
#959084 (or 0x959084) is known color: Heathered Grey. HEX triplet: 95, 90 and 84. RGB value is (149,144,132). Sum of RGB (Red+Green+Blue) = 149+144+132=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 149 - color contains mainly: red. Hex color #959084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959084 is #6A6F7B. Grayscale: #909090. Windows color (decimal): -6975356 or 8687765. OLE color: 8687765.
HSL color Cylindrical-coordinate representation of color #959084: hue angle of 42.35º 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 #959084 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 144 | 132 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.42 |
| HSL | 42.35º | 0.07% | 0.55% | - |
| HSV(B) | 42.35º | 0.11% | 0.58% | - |
| XYZ | 26.53 | 28 | 25.84 | - |
| YUV | 144.13 | 121.16 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 144 | 132 | 0 | 0.03 | 0.11 | 0.42 | 42.35 | 0.07 | 0.55 |
| Hex | 95 | 90 | 84 | 0 | 3 | B | 2A | 2A | 7 | 37 |
| Octal | 225 | 220 | 204 | 0 | 3 | 13 | 52 | 52 | 7 | 67 |
| Binary | 10010101 | 10010000 | 10000100 | 0 | 11 | 1011 | 101010 | 101010 | 111 | 110111 |
Color Harmonies of #959084
Complementary color
Monochromatic Colors of #959084
Black with #959084
Text Example
Text Example
White with #959084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959084; }
p { color: rgb(149,144,132); }
H1.HeaderClassName
{
color: #959084;
}
.AnyTagClassName
{
color: #959084;
}
</style>
background-color css
<style>
a { background-color: #959084; }
a { background-color: rgb(149,144,132); }
div.DivClassName
{
background-color: #959084;
}
.BgClassName
{
background-color: #959084;
}
</style>
border-color css
<style>
span { border-color: #959084; }
span { border-color: rgb(149,144,132); }
td.TdClassName
{
border-color: #959084;
}
.TagClassName
{
border-color: #959084;
}
</style>