#616950

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

Shades of Chicago #616950

Tints of Chicago #616950

Color information

#616950 (or 0x616950) is unknown color: approx Chicago. HEX triplet: 61, 69 and 50. RGB value is (97,105,80). Sum of RGB (Red+Green+Blue) = 97+105+80=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 105 - color contains mainly: green. Hex color #616950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616950 is #9E96AF. Grayscale: #636363. Windows color (decimal): -10393264 or 5269857. OLE color: 5269857.

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

Color convert

RGB9710580-
CMYK0.0800.240.59
HSL79.2º13.51%36.27%-
HSV(B)79.2º23.81%41.18%-
XYZ11.4313.229.54-
YUV99.76116.85126.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.40%
GREEN value IS 105 (41.41% from 255) = 37.23%
BLUE value IS 80 (31.64% from 255) = 28.37%
R=34.40%
G=37.23%
B=28.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97105800.0800.240.5979.213.5136.27
Hex61695080183B4fe24
Octal14115112010030731171644
Binary110000111010011010000100001100011101110011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616950; }

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

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

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

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

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

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

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

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