Shades of Grey Suit #96969A
Tints of Grey Suit #96969A
RGB
CMYK
RGB Variations
Color information
#96969A (or 0x96969A) is known color: Grey Suit. HEX triplet: 96, 96 and 9A. RGB value is (150,150,154). Sum of RGB (Red+Green+Blue) = 150+150+154=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 154 - color contains mainly: blue. Hex color #96969A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96969A is #696965. Grayscale: #969696. Windows color (decimal): -6908262 or 10131094. OLE color: 10131094.
HSL color Cylindrical-coordinate representation of color #96969A: hue angle of 240º degrees, saturation: 0.02, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #96969A is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 150 | 154 | - |
| CMYK | 0.03 | 0.03 | 0 | 0.40 |
| HSL | 240º | 0.02% | 0.6% | - |
| HSV(B) | 240º | 0.03% | 0.6% | - |
| XYZ | 29.32 | 30.63 | 34.94 | - |
| YUV | 150.46 | 130 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 150 | 154 | 0.03 | 0.03 | 0 | 0.40 | 240 | 0.02 | 0.6 |
| Hex | 96 | 96 | 9A | 3 | 3 | 0 | 28 | F0 | 2 | 3C |
| Octal | 226 | 226 | 232 | 3 | 3 | 0 | 50 | 360 | 2 | 74 |
| Binary | 10010110 | 10010110 | 10011010 | 11 | 11 | 0 | 101000 | 11110000 | 10 | 111100 |
Color Harmonies of #96969A
Complementary color
Monochromatic Colors of #96969A
Black with #96969A
Text Example
Text Example
White with #96969A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96969A; }
p { color: rgb(150,150,154); }
H1.HeaderClassName
{
color: #96969A;
}
.AnyTagClassName
{
color: #96969A;
}
</style>
background-color css
<style>
a { background-color: #96969A; }
a { background-color: rgb(150,150,154); }
div.DivClassName
{
background-color: #96969A;
}
.BgClassName
{
background-color: #96969A;
}
</style>
border-color css
<style>
span { border-color: #96969A; }
span { border-color: rgb(150,150,154); }
td.TdClassName
{
border-color: #96969A;
}
.TagClassName
{
border-color: #96969A;
}
</style>