#616553

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

Shades of Chicago #616553

Tints of Chicago #616553

Color information

#616553 (or 0x616553) is unknown color: approx Chicago. HEX triplet: 61, 65 and 53. RGB value is (97,101,83). Sum of RGB (Red+Green+Blue) = 97+101+83=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 101 - color contains mainly: green. Hex color #616553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616553 is #9E9AAC. Grayscale: #616161. Windows color (decimal): -10394285 or 5465441. OLE color: 5465441.

HSL color Cylindrical-coordinate representation of color #616553: hue angle of 73.33º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #616553 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.60.

Color convert

RGB9710183-
CMYK0.0400.180.60
HSL73.33º9.78%36.08%-
HSV(B)73.33º17.82%39.61%-
XYZ11.1412.4710-
YUV97.75119.67127.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.52%
GREEN value IS 101 (39.84% from 255) = 35.94%
BLUE value IS 83 (32.81% from 255) = 29.54%
R=34.52%
G=35.94%
B=29.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97101830.0400.180.6073.339.7836.08
Hex61655340123C49a24
Octal1411451234022741111244
Binary11000011100101101001110001001011110010010011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616553; }

 p { color: rgb(97,101,83); }

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

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

 a { background-color: rgb(97,101,83); }

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

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

 span { border-color: rgb(97,101,83); }

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