Html Css Color HEX #616A53 Chicago

📋 copy color: '#616A53'

red 97 ◦ green 106 ◦ blue 83

#616A53
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chicago #616A53

Tints of Chicago #616A53

RGB

 RED value IS 97 (38.28% from 255) = 33.92%

 GREEN value IS 106 (41.8% from 255) = 37.06%

 BLUE value IS 83 (32.81% from 255) = 29.02%

R = 33.92%
G = 37.06%
B = 29.02%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#616A53 (or 0x616A53) is known color: Chicago. HEX triplet: 61, 6A and 53. RGB value is (97,106,83). Sum of RGB (Red+Green+Blue) = 97+106+83=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 106 - color contains mainly: green. Hex color #616A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616A53 is #9E95AC. Grayscale: #646464. Windows color (decimal): -10393005 or 5466721. OLE color: 5466721.

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

Color convert

RGB 97 106 83 -
CMYK 0.08 0 0.22 0.58
HSL 83.48º 0.12% 0.37% -
HSV(B) 83.48º 0.22% 0.42% -
XYZ 11.65 13.47 10.17 -
YUV 100.69 118.02 125.37 -
System Red Green Blue C M Y K H S L
Decimal 97 106 83 0.08 0 0.22 0.58 83.48 0.12 0.37
Hex 61 6A 53 8 0 16 3A 53 C 25
Octal 141 152 123 10 0 26 72 123 14 45
Binary 1100001 1101010 1010011 1000 0 10110 111010 1010011 1100 100101

Color Harmonies of #616A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616A53

Black with #616A53

Text Example


Text Example

White with #616A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #616A53;
 }
 .AnyTagClassName
 {
   color: #616A53;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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