#959693

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

Shades of Delta #959693

Tints of Delta #959693

Color information

#959693 (or 0x959693) is unknown color: approx Delta. HEX triplet: 95, 96 and 93. RGB value is (149,150,147). Sum of RGB (Red+Green+Blue) = 149+150+147=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 150 - color contains mainly: green. Hex color #959693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959693 is #6A696C. Grayscale: #959595. Windows color (decimal): -6973805 or 9672341. OLE color: 9672341.

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

Color convert

RGB149150147-
CMYK0.0100.020.41
HSL80º1.41%58.24%-
HSV(B)80º2%58.82%-
XYZ28.5730.3131.95-
YUV149.36126.67127.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.41%
GREEN value IS 150 (58.98% from 255) = 33.63%
BLUE value IS 147 (57.81% from 255) = 32.96%
R=33.41%
G=33.63%
B=32.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1491501470.0100.020.41801.4158.24
Hex959693102295013a
Octal22522622310251120172
Binary100101011001011010010011101010100110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959693; }

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

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

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

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

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

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

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

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