#93968B

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

Shades of Delta #93968B

Tints of Delta #93968B

Color information

#93968B (or 0x93968B) is unknown color: approx Delta. HEX triplet: 93, 96 and 8B. RGB value is (147,150,139). Sum of RGB (Red+Green+Blue) = 147+150+139=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 150 - color contains mainly: green. Hex color #93968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93968B is #6C6974. Grayscale: #939393. Windows color (decimal): -7104885 or 9148051. OLE color: 9148051.

HSL color Cylindrical-coordinate representation of color #93968B: hue angle of 76.36º 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 #93968B is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB147150139-
CMYK0.0200.070.41
HSL76.36º4.98%56.67%-
HSV(B)76.36º7.33%58.82%-
XYZ27.629.8828.74-
YUV147.85123.01127.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.72%
GREEN value IS 150 (58.98% from 255) = 34.40%
BLUE value IS 139 (54.69% from 255) = 31.88%
R=33.72%
G=34.40%
B=31.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1471501390.0200.070.4176.364.9856.67
Hex93968B207294c539
Octal22322621320751114571
Binary1001001110010110100010111001111010011001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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