#969993

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

Shades of Delta #969993

Tints of Delta #969993

Color information

#969993 (or 0x969993) is unknown color: approx Delta. HEX triplet: 96, 99 and 93. RGB value is (150,153,147). Sum of RGB (Red+Green+Blue) = 150+153+147=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 153 - color contains mainly: green. Hex color #969993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969993 is #69666C. Grayscale: #979797. Windows color (decimal): -6907501 or 9673110. OLE color: 9673110.

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

Color convert

RGB150153147-
CMYK0.0200.040.4
HSL90º2.86%58.82%-
HSV(B)90º3.92%60%-
XYZ29.2431.3732.12-
YUV151.42125.51126.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.33%
GREEN value IS 153 (60.16% from 255) = 34%
BLUE value IS 147 (57.81% from 255) = 32.67%
R=33.33%
G=34%
B=32.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1501531470.0200.040.4902.8658.82
Hex969993204285a33b
Octal22623122320450132373
Binary100101101001100110010011100100101000101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969993; }

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

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

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

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

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

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

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

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