#939691

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

Shades of Delta #939691

Tints of Delta #939691

Color information

#939691 (or 0x939691) is unknown color: approx Delta. HEX triplet: 93, 96 and 91. RGB value is (147,150,145). Sum of RGB (Red+Green+Blue) = 147+150+145=442 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.26% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 150 - color contains mainly: green. Hex color #939691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939691 is #6C696E. Grayscale: #949494. Windows color (decimal): -7104879 or 9541267. OLE color: 9541267.

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

Color convert

RGB147150145-
CMYK0.0200.030.41
HSL96º2.33%57.84%-
HSV(B)96º3.33%58.82%-
XYZ28.0530.0631.11-
YUV148.53126.01126.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.26%
GREEN value IS 150 (58.98% from 255) = 33.94%
BLUE value IS 145 (57.03% from 255) = 32.81%
R=33.26%
G=33.94%
B=32.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1471501450.0200.030.41962.3357.84
Hex939691203296023a
Octal22322622120351140272
Binary10010011100101101001000110011101001110000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939691; }

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

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

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

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

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

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

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

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