#999E9D

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

Shades of Cascade #999E9D

Tints of Cascade #999E9D

Color information

#999E9D (or 0x999E9D) is unknown color: approx Cascade. HEX triplet: 99, 9E and 9D. RGB value is (153,158,157). Sum of RGB (Red+Green+Blue) = 153+158+157=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 158 - color contains mainly: green. Hex color #999E9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999E9D is #666162. Grayscale: #9C9C9C. Windows color (decimal): -6709603 or 10329753. OLE color: 10329753.

HSL color Cylindrical-coordinate representation of color #999E9D: hue angle of 168º degrees, saturation: 0.03, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #999E9D is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB153158157-
CMYK0.0300.010.38
HSL168º2.51%60.98%-
HSV(B)168º3.16%61.96%-
XYZ31.4533.6636.74-
YUV156.39128.34125.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.69%
GREEN value IS 158 (62.11% from 255) = 33.76%
BLUE value IS 157 (61.72% from 255) = 33.55%
R=32.69%
G=33.76%
B=33.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531581570.0300.010.381682.5160.98
Hex999E9D30126a833d
Octal23123623530146250375
Binary10011001100111101001110111011001101010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999E9D; }

 p { color: rgb(153,158,157); }

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

<style>
 a { background-color: #999E9D; }

 a { background-color: rgb(153,158,157); }

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

<style>
 span { border-color: #999E9D; }

 span { border-color: rgb(153,158,157); }

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