#616A4E

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

Shades of Chicago #616A4E

Tints of Chicago #616A4E

Color information

#616A4E (or 0x616A4E) is unknown color: approx Chicago. HEX triplet: 61, 6A and 4E. RGB value is (97,106,78). Sum of RGB (Red+Green+Blue) = 97+106+78=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 106 (41.80% from 255 or 37.72% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 106 - color contains mainly: green. Hex color #616A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616A4E is #9E95B1. Grayscale: #646464. Windows color (decimal): -10393010 or 5139041. OLE color: 5139041.

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

Color convert

RGB9710678-
CMYK0.0800.260.58
HSL79.29º15.22%36.08%-
HSV(B)79.29º26.42%41.57%-
XYZ11.4613.49.19-
YUV100.12115.52125.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.52%
GREEN value IS 106 (41.80% from 255) = 37.72%
BLUE value IS 78 (30.86% from 255) = 27.76%
R=34.52%
G=37.72%
B=27.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97106780.0800.260.5879.2915.2236.08
Hex616A4E801A3A4ff24
Octal14115211610032721171744
Binary110000111010101001110100001101011101010011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616A4E; }

 p { color: rgb(97,106,78); }

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

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

 a { background-color: rgb(97,106,78); }

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

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

 span { border-color: rgb(97,106,78); }

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