#60625E

Color #60625E Chicago (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chicago #60625E

Tints of Chicago #60625E

Color information

#60625E (or 0x60625E) is unknown color: approx Chicago. HEX triplet: 60, 62 and 5E. RGB value is (96,98,94). Sum of RGB (Red+Green+Blue) = 96+98+94=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 98 - color contains mainly: green. Hex color #60625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60625E is #9F9DA1. Grayscale: #606060. Windows color (decimal): -10460578 or 6185568. OLE color: 6185568.

HSL color Cylindrical-coordinate representation of color #60625E: hue angle of 90º degrees, saturation: 0.02, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #60625E is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB969894-
CMYK0.0200.040.62
HSL90º2.08%37.65%-
HSV(B)90º4.08%38.43%-
XYZ11.2112.0312.32-
YUV96.95126.34127.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.33%
GREEN value IS 98 (38.67% from 255) = 34.03%
BLUE value IS 94 (37.11% from 255) = 32.64%
R=33.33%
G=34.03%
B=32.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9698940.0200.040.62902.0837.65
Hex60625E2043E5a226
Octal14014213620476132246
Binary110000011000101011110100100111110101101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60625E; }

 p { color: rgb(96,98,94); }

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

<style>
 a { background-color: #60625E; }

 a { background-color: rgb(96,98,94); }

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

<style>
 span { border-color: #60625E; }

 span { border-color: rgb(96,98,94); }

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