#626360

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

Shades of Chicago #626360

Tints of Chicago #626360

Color information

#626360 (or 0x626360) is unknown color: approx Chicago. HEX triplet: 62, 63 and 60. RGB value is (98,99,96). Sum of RGB (Red+Green+Blue) = 98+99+96=293 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.45% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 99 - color contains mainly: green. Hex color #626360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626360 is #9D9C9F. Grayscale: #626262. Windows color (decimal): -10329248 or 6316898. OLE color: 6316898.

HSL color Cylindrical-coordinate representation of color #626360: hue angle of 80º degrees, saturation: 0.02, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #626360 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB989996-
CMYK0.0100.030.61
HSL80º1.54%38.24%-
HSV(B)80º3.03%38.82%-
XYZ11.6112.3612.84-
YUV98.36126.67127.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.45%
GREEN value IS 99 (39.06% from 255) = 33.79%
BLUE value IS 96 (37.89% from 255) = 32.76%
R=33.45%
G=33.79%
B=32.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9899960.0100.030.61801.5438.24
Hex6263601033D50226
Octal14214314010375120246
Binary1100010110001111000001011111101101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626360; }

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

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

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

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

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

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

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

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