#93968A

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

Shades of Delta #93968A

Tints of Delta #93968A

Color information

#93968A (or 0x93968A) is unknown color: approx Delta. HEX triplet: 93, 96 and 8A. RGB value is (147,150,138). Sum of RGB (Red+Green+Blue) = 147+150+138=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 150 - color contains mainly: green. Hex color #93968A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93968A is #6C6975. Grayscale: #939393. Windows color (decimal): -7104886 or 9082515. OLE color: 9082515.

HSL color Cylindrical-coordinate representation of color #93968A: hue angle of 75º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #93968A is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB147150138-
CMYK0.0200.080.41
HSL75º5.41%56.47%-
HSV(B)75º8%58.82%-
XYZ27.5329.8528.36-
YUV147.73122.51127.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.79%
GREEN value IS 150 (58.98% from 255) = 34.48%
BLUE value IS 138 (54.30% from 255) = 31.72%
R=33.79%
G=34.48%
B=31.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1471501380.0200.080.41755.4156.47
Hex93968A208294b538
Octal223226212201051113570
Binary10010011100101101000101010010001010011001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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