Shades of Tower Grey #999B9A
Tints of Tower Grey #999B9A
RGB
CMYK
RGB Variations
Color information
#999B9A (or 0x999B9A) is known color: Tower Grey. HEX triplet: 99, 9B and 9A. RGB value is (153,155,154). Sum of RGB (Red+Green+Blue) = 153+155+154=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 154 (60.55% from 255 or 33.33% from 462); Max value from RGB is 155 - color contains mainly: green. Hex color #999B9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999B9A is #666465. Grayscale: #9A9A9A. Windows color (decimal): -6710374 or 10132377. OLE color: 10132377.
HSL color Cylindrical-coordinate representation of color #999B9A: hue angle of 150º degrees, saturation: 0.01, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #999B9A is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 155 | 154 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.39 |
| HSL | 150º | 0.01% | 0.6% | - |
| HSV(B) | 150º | 0.01% | 0.61% | - |
| XYZ | 30.69 | 32.55 | 35.24 | - |
| YUV | 154.29 | 127.84 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 154 | 0.01 | 0 | 0.01 | 0.39 | 150 | 0.01 | 0.6 |
| Hex | 99 | 9B | 9A | 1 | 0 | 1 | 27 | 96 | 1 | 3C |
| Octal | 231 | 233 | 232 | 1 | 0 | 1 | 47 | 226 | 1 | 74 |
| Binary | 10011001 | 10011011 | 10011010 | 1 | 0 | 1 | 100111 | 10010110 | 1 | 111100 |
Color Harmonies of #999B9A
Complementary color
Monochromatic Colors of #999B9A
Black with #999B9A
Text Example
Text Example
White with #999B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999B9A; }
p { color: rgb(153,155,154); }
H1.HeaderClassName
{
color: #999B9A;
}
.AnyTagClassName
{
color: #999B9A;
}
</style>
background-color css
<style>
a { background-color: #999B9A; }
a { background-color: rgb(153,155,154); }
div.DivClassName
{
background-color: #999B9A;
}
.BgClassName
{
background-color: #999B9A;
}
</style>
border-color css
<style>
span { border-color: #999B9A; }
span { border-color: rgb(153,155,154); }
td.TdClassName
{
border-color: #999B9A;
}
.TagClassName
{
border-color: #999B9A;
}
</style>