#909686

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

Shades of Delta #909686

Tints of Delta #909686

Color information

#909686 (or 0x909686) is unknown color: approx Delta. HEX triplet: 90, 96 and 86. RGB value is (144,150,134). Sum of RGB (Red+Green+Blue) = 144+150+134=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 150 - color contains mainly: green. Hex color #909686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909686 is #6F6979. Grayscale: #929292. Windows color (decimal): -7301498 or 8820368. OLE color: 8820368.

HSL color Cylindrical-coordinate representation of color #909686: hue angle of 82.5º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #909686 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB144150134-
CMYK0.0400.110.41
HSL82.5º7.08%55.69%-
HSV(B)82.5º10.67%58.82%-
XYZ26.7129.4626.83-
YUV146.38121.01126.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.64%
GREEN value IS 150 (58.98% from 255) = 35.05%
BLUE value IS 134 (52.73% from 255) = 31.31%
R=33.64%
G=35.05%
B=31.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1441501340.0400.110.4182.57.0855.69
Hex90968640B2952738
Octal220226206401351122770
Binary100100001001011010000110100010111010011010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909686; }

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

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

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

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

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

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

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

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