#91938B

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

Shades of Delta #91938B

Tints of Delta #91938B

Color information

#91938B (or 0x91938B) is unknown color: approx Delta. HEX triplet: 91, 93 and 8B. RGB value is (145,147,139). Sum of RGB (Red+Green+Blue) = 145+147+139=431 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.64% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 147 - color contains mainly: green. Hex color #91938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91938B is #6E6C74. Grayscale: #919191. Windows color (decimal): -7236725 or 9147281. OLE color: 9147281.

HSL color Cylindrical-coordinate representation of color #91938B: hue angle of 75º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #91938B is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB145147139-
CMYK0.0100.050.42
HSL75º3.57%56.08%-
HSV(B)75º5.44%57.65%-
XYZ26.7728.7528.56-
YUV145.49124.34127.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.64%
GREEN value IS 147 (57.81% from 255) = 34.11%
BLUE value IS 139 (54.69% from 255) = 32.25%
R=33.64%
G=34.11%
B=32.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451471390.0100.050.42753.5756.08
Hex91938B1052A4b438
Octal22122321310552113470
Binary100100011001001110001011101011010101001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91938B; }

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

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

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

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

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

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

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

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