#91968C

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

Shades of Delta #91968C

Tints of Delta #91968C

Color information

#91968C (or 0x91968C) is unknown color: approx Delta. HEX triplet: 91, 96 and 8C. RGB value is (145,150,140). Sum of RGB (Red+Green+Blue) = 145+150+140=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 150 - color contains mainly: green. Hex color #91968C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91968C is #6E6973. Grayscale: #939393. Windows color (decimal): -7235956 or 9213585. OLE color: 9213585.

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

Color convert

RGB145150140-
CMYK0.0300.070.41
HSL90º4.55%56.86%-
HSV(B)90º6.67%58.82%-
XYZ27.3229.7329.11-
YUV147.36123.84126.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.33%
GREEN value IS 150 (58.98% from 255) = 34.48%
BLUE value IS 140 (55.08% from 255) = 32.18%
R=33.33%
G=34.48%
B=32.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1451501400.0300.070.41904.5556.86
Hex91968C307295a539
Octal22122621430751132571
Binary1001000110010110100011001101111010011011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91968C; }

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

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

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

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

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

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

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

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