#969B99

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

Shades of Cascade #969B99

Tints of Cascade #969B99

Color information

#969B99 (or 0x969B99) is unknown color: approx Cascade. HEX triplet: 96, 9B and 99. RGB value is (150,155,153). Sum of RGB (Red+Green+Blue) = 150+155+153=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 155 - color contains mainly: green. Hex color #969B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969B99 is #696466. Grayscale: #999999. Windows color (decimal): -6906983 or 10066838. OLE color: 10066838.

HSL color Cylindrical-coordinate representation of color #969B99: hue angle of 156º degrees, saturation: 0.02, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #969B99 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB150155153-
CMYK0.0300.010.39
HSL156º2.44%59.8%-
HSV(B)156º3.23%60.78%-
XYZ30.0532.2334.77-
YUV153.28127.84125.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.75%
GREEN value IS 155 (60.94% from 255) = 33.84%
BLUE value IS 153 (60.16% from 255) = 33.41%
R=32.75%
G=33.84%
B=33.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501551530.0300.010.391562.4459.8
Hex969B99301279c23c
Octal22623323130147234274
Binary10010110100110111001100111011001111001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969B99; }

 p { color: rgb(150,155,153); }

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

<style>
 a { background-color: #969B99; }

 a { background-color: rgb(150,155,153); }

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

<style>
 span { border-color: #969B99; }

 span { border-color: rgb(150,155,153); }

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