Shades of Cascade #999F9D
Tints of Cascade #999F9D
RGB
CMYK
RGB Variations
Color information
#999F9D (or 0x999F9D) is known color: Cascade. HEX triplet: 99, 9F and 9D. RGB value is (153,159,157). Sum of RGB (Red+Green+Blue) = 153+159+157=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 159 - color contains mainly: green. Hex color #999F9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999F9D is #666062. Grayscale: #9C9C9C. Windows color (decimal): -6709347 or 10330009. OLE color: 10330009.
HSL color Cylindrical-coordinate representation of color #999F9D: hue angle of 160º degrees, saturation: 0.03, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #999F9D is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 159 | 157 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.38 |
| HSL | 160º | 0.03% | 0.61% | - |
| HSV(B) | 160º | 0.04% | 0.62% | - |
| XYZ | 31.62 | 34 | 36.79 | - |
| YUV | 156.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 159 | 157 | 0.04 | 0 | 0.01 | 0.38 | 160 | 0.03 | 0.61 |
| Hex | 99 | 9F | 9D | 4 | 0 | 1 | 26 | A0 | 3 | 3D |
| Octal | 231 | 237 | 235 | 4 | 0 | 1 | 46 | 240 | 3 | 75 |
| Binary | 10011001 | 10011111 | 10011101 | 100 | 0 | 1 | 100110 | 10100000 | 11 | 111101 |
Color Harmonies of #999F9D
Complementary color
Monochromatic Colors of #999F9D
Black with #999F9D
Text Example
Text Example
White with #999F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999F9D; }
p { color: rgb(153,159,157); }
H1.HeaderClassName
{
color: #999F9D;
}
.AnyTagClassName
{
color: #999F9D;
}
</style>
background-color css
<style>
a { background-color: #999F9D; }
a { background-color: rgb(153,159,157); }
div.DivClassName
{
background-color: #999F9D;
}
.BgClassName
{
background-color: #999F9D;
}
</style>
border-color css
<style>
span { border-color: #999F9D; }
span { border-color: rgb(153,159,157); }
td.TdClassName
{
border-color: #999F9D;
}
.TagClassName
{
border-color: #999F9D;
}
</style>