#93968f

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

Shades of Delta #93968F

Tints of Delta #93968F

Color information

#93968F (or 0x93968F) is unknown color: approx Delta. HEX triplet: 93, 96 and 8F. RGB value is (147,150,143). Sum of RGB (Red+Green+Blue) = 147+150+143=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 150 - color contains mainly: green. Hex color #93968F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93968F is #6C6970. Grayscale: #949494. Windows color (decimal): -7104881 or 9410195. OLE color: 9410195.

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

Color convert

RGB147150143-
CMYK0.0200.050.41
HSL85.71º3.23%57.45%-
HSV(B)85.71º4.67%58.82%-
XYZ27.93030.31-
YUV148.3125.01127.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.41%
GREEN value IS 150 (58.98% from 255) = 34.09%
BLUE value IS 143 (56.25% from 255) = 32.5%
R=33.41%
G=34.09%
B=32.5%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1471501430.0200.050.4185.713.2357.45
Hex93968F2052956339
Octal22322621720551126371
Binary100100111001011010001111100101101001101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93968f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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