#616850

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

Shades of Chicago #616850

Tints of Chicago #616850

Color information

#616850 (or 0x616850) is unknown color: approx Chicago. HEX triplet: 61, 68 and 50. RGB value is (97,104,80). Sum of RGB (Red+Green+Blue) = 97+104+80=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 104 - color contains mainly: green. Hex color #616850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616850 is #9E97AF. Grayscale: #636363. Windows color (decimal): -10393520 or 5269601. OLE color: 5269601.

HSL color Cylindrical-coordinate representation of color #616850: hue angle of 77.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #616850 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB9710480-
CMYK0.0700.230.59
HSL77.5º13.04%36.08%-
HSV(B)77.5º23.08%40.78%-
XYZ11.3313.029.51-
YUV99.17117.18126.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.52%
GREEN value IS 104 (41.02% from 255) = 37.01%
BLUE value IS 80 (31.64% from 255) = 28.47%
R=34.52%
G=37.01%
B=28.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97104800.0700.230.5977.513.0436.08
Hex61685070173B4ed24
Octal1411501207027731161544
Binary11000011101000101000011101011111101110011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616850; }

 p { color: rgb(97,104,80); }

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

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

 a { background-color: rgb(97,104,80); }

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

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

 span { border-color: rgb(97,104,80); }

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