#626C50

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

Shades of Chicago #626C50

Tints of Chicago #626C50

Color information

#626C50 (or 0x626C50) is unknown color: approx Chicago. HEX triplet: 62, 6C and 50. RGB value is (98,108,80). Sum of RGB (Red+Green+Blue) = 98+108+80=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 108 - color contains mainly: green. Hex color #626C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626C50 is #9D93AF. Grayscale: #656565. Windows color (decimal): -10326960 or 5270626. OLE color: 5270626.

HSL color Cylindrical-coordinate representation of color #626C50: hue angle of 81.43º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #626C50 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB9810880-
CMYK0.0900.260.58
HSL81.43º14.89%36.86%-
HSV(B)81.43º25.93%42.35%-
XYZ11.8513.99.65-
YUV101.82115.69125.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.27%
GREEN value IS 108 (42.58% from 255) = 37.76%
BLUE value IS 80 (31.64% from 255) = 27.97%
R=34.27%
G=37.76%
B=27.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal98108800.0900.260.5881.4314.8936.86
Hex626C50901A3A51f25
Octal14215412011032721211745
Binary110001011011001010000100101101011101010100011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626C50; }

 p { color: rgb(98,108,80); }

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

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

 a { background-color: rgb(98,108,80); }

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

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

 span { border-color: rgb(98,108,80); }

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