#939C85

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

Shades of Delta #939C85

Tints of Delta #939C85

Color information

#939C85 (or 0x939C85) is unknown color: approx Delta. HEX triplet: 93, 9C and 85. RGB value is (147,156,133). Sum of RGB (Red+Green+Blue) = 147+156+133=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 156 - color contains mainly: green. Hex color #939C85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939C85 is #6C637A. Grayscale: #969696. Windows color (decimal): -7103355 or 8756371. OLE color: 8756371.

HSL color Cylindrical-coordinate representation of color #939C85: hue angle of 83.48º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #939C85 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB147156133-
CMYK0.0600.150.39
HSL83.48º10.41%56.67%-
HSV(B)83.48º14.74%61.18%-
XYZ28.1531.6726.82-
YUV150.69118.02125.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.72%
GREEN value IS 156 (61.33% from 255) = 35.78%
BLUE value IS 133 (52.34% from 255) = 30.50%
R=33.72%
G=35.78%
B=30.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1471561330.0600.150.3983.4810.4156.67
Hex939C8560F2753a39
Octal2232342056017471231271
Binary1001001110011100100001011100111110011110100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939C85; }

 p { color: rgb(147,156,133); }

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

<style>
 a { background-color: #939C85; }

 a { background-color: rgb(147,156,133); }

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

<style>
 span { border-color: #939C85; }

 span { border-color: rgb(147,156,133); }

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