#909C99

Color #909C99 Cascade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cascade #909C99

Tints of Cascade #909C99

Color information

#909C99 (or 0x909C99) is unknown color: approx Cascade. HEX triplet: 90, 9C and 99. RGB value is (144,156,153). Sum of RGB (Red+Green+Blue) = 144+156+153=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 156 - color contains mainly: green. Hex color #909C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909C99 is #6F6366. Grayscale: #989898. Windows color (decimal): -7299943 or 10067088. OLE color: 10067088.

HSL color Cylindrical-coordinate representation of color #909C99: hue angle of 165º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #909C99 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB144156153-
CMYK0.0800.020.39
HSL165º5.71%58.82%-
HSV(B)165º7.69%61.18%-
XYZ29.1432.0134.78-
YUV152.07128.52122.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 31.79%
GREEN value IS 156 (61.33% from 255) = 34.44%
BLUE value IS 153 (60.16% from 255) = 33.77%
R=31.79%
G=34.44%
B=33.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1441561530.0800.020.391655.7158.82
Hex909C9980227a563b
Octal220234231100247245673
Binary100100001001110010011001100001010011110100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909C99; }

 p { color: rgb(144,156,153); }

 H1.HeaderClassName
 {
   color: #909C99;
 }
 .AnyTagClassName
 {
   color: #909C99;
 }
</style>
background-color css

<style>
 a { background-color: #909C99; }

 a { background-color: rgb(144,156,153); }

 div.DivClassName
 {
   background-color: #909C99;
 }
 .BgClassName
 {
   background-color: #909C99;
 }
</style>
border-color css

<style>
 span { border-color: #909C99; }

 span { border-color: rgb(144,156,153); }

 td.TdClassName
 {
   border-color: #909C99;
 }
 .TagClassName
 {
   border-color: #909C99;
 }
</style>