Shades of Suva Grey #969291
Tints of Suva Grey #969291
RGB
CMYK
RGB Variations
Color information
#969291 (or 0x969291) is known color: Suva Grey. HEX triplet: 96, 92 and 91. RGB value is (150,146,145). Sum of RGB (Red+Green+Blue) = 150+146+145=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 145 (57.03% from 255 or 32.88% from 441); Max value from RGB is 150 - color contains mainly: red. Hex color #969291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969291 is #696D6E. Grayscale: #939393. Windows color (decimal): -6909295 or 9540246. OLE color: 9540246.
HSL color Cylindrical-coordinate representation of color #969291: hue angle of 12º degrees, saturation: 0.02, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #969291 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 146 | 145 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.41 |
| HSL | 12º | 0.02% | 0.58% | - |
| HSV(B) | 12º | 0.03% | 0.59% | - |
| XYZ | 27.97 | 29.09 | 30.93 | - |
| YUV | 147.08 | 126.83 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 146 | 145 | 0 | 0.03 | 0.03 | 0.41 | 12 | 0.02 | 0.58 |
| Hex | 96 | 92 | 91 | 0 | 3 | 3 | 29 | C | 2 | 3A |
| Octal | 226 | 222 | 221 | 0 | 3 | 3 | 51 | 14 | 2 | 72 |
| Binary | 10010110 | 10010010 | 10010001 | 0 | 11 | 11 | 101001 | 1100 | 10 | 111010 |
Color Harmonies of #969291
Complementary color
Monochromatic Colors of #969291
Black with #969291
Text Example
Text Example
White with #969291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969291; }
p { color: rgb(150,146,145); }
H1.HeaderClassName
{
color: #969291;
}
.AnyTagClassName
{
color: #969291;
}
</style>
background-color css
<style>
a { background-color: #969291; }
a { background-color: rgb(150,146,145); }
div.DivClassName
{
background-color: #969291;
}
.BgClassName
{
background-color: #969291;
}
</style>
border-color css
<style>
span { border-color: #969291; }
span { border-color: rgb(150,146,145); }
td.TdClassName
{
border-color: #969291;
}
.TagClassName
{
border-color: #969291;
}
</style>