#969990

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

Shades of Delta #969990

Tints of Delta #969990

Color information

#969990 (or 0x969990) is unknown color: approx Delta. HEX triplet: 96, 99 and 90. RGB value is (150,153,144). Sum of RGB (Red+Green+Blue) = 150+153+144=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 153 - color contains mainly: green. Hex color #969990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969990 is #69666F. Grayscale: #979797. Windows color (decimal): -6907504 or 9476502. OLE color: 9476502.

HSL color Cylindrical-coordinate representation of color #969990: hue angle of 80º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #969990 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB150153144-
CMYK0.0200.060.4
HSL80º4.23%58.24%-
HSV(B)80º5.88%60%-
XYZ2931.2830.89-
YUV151.08124.01127.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.56%
GREEN value IS 153 (60.16% from 255) = 34.23%
BLUE value IS 144 (56.64% from 255) = 32.21%
R=33.56%
G=34.23%
B=32.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1501531440.0200.060.4804.2358.24
Hex969990206285043a
Octal22623122020650120472
Binary1001011010011001100100001001101010001010000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969990; }

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

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

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

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

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

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

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

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