#91968D

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

Shades of Delta #91968D

Tints of Delta #91968D

Color information

#91968D (or 0x91968D) is unknown color: approx Delta. HEX triplet: 91, 96 and 8D. RGB value is (145,150,141). Sum of RGB (Red+Green+Blue) = 145+150+141=436 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.26% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 150 - color contains mainly: green. Hex color #91968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91968D is #6E6972. Grayscale: #939393. Windows color (decimal): -7235955 or 9279121. OLE color: 9279121.

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

Color convert

RGB145150141-
CMYK0.0300.060.41
HSL93.33º4.11%57.06%-
HSV(B)93.33º6%58.82%-
XYZ27.3929.7629.5-
YUV147.48124.34126.23-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.26%
GREEN value IS 150 (58.98% from 255) = 34.40%
BLUE value IS 141 (55.47% from 255) = 32.34%
R=33.26%
G=34.40%
B=32.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1451501410.0300.060.4193.334.1157.06
Hex91968D306295d439
Octal22122621530651135471
Binary1001000110010110100011011101101010011011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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