#60625A

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

Shades of Chicago #60625A

Tints of Chicago #60625A

Color information

#60625A (or 0x60625A) is unknown color: approx Chicago. HEX triplet: 60, 62 and 5A. RGB value is (96,98,90). Sum of RGB (Red+Green+Blue) = 96+98+90=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 98 - color contains mainly: green. Hex color #60625A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60625A is #9F9DA5. Grayscale: #606060. Windows color (decimal): -10460582 or 5923424. OLE color: 5923424.

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

Color convert

RGB969890-
CMYK0.0200.080.62
HSL75º4.26%36.86%-
HSV(B)75º8.16%38.43%-
XYZ11.0411.9611.4-
YUV96.49124.34127.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.80%
GREEN value IS 98 (38.67% from 255) = 34.51%
BLUE value IS 90 (35.55% from 255) = 31.69%
R=33.80%
G=34.51%
B=31.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9698900.0200.080.62754.2636.86
Hex60625A2083E4b425
Octal140142132201076113445
Binary11000001100010101101010010001111101001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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