Html Css Color HEX #616A4F Chicago

📋 copy color: '#616A4F'

red 97 ◦ green 106 ◦ blue 79

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

Shades of Chicago #616A4F

Tints of Chicago #616A4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.01%

R = 34.4%
G = 37.59%
B = 28.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#616A4F (or 0x616A4F) is known color: Chicago. HEX triplet: 61, 6A and 4F. RGB value is (97,106,79). Sum of RGB (Red+Green+Blue) = 97+106+79=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 106 - color contains mainly: green. Hex color #616A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616A4F is #9E95B0. Grayscale: #646464. Windows color (decimal): -10393009 or 5204577. OLE color: 5204577.

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

Color convert

RGB 97 106 79 -
CMYK 0.08 0 0.25 0.58
HSL 80º 0.15% 0.36% -
HSV(B) 80º 0.25% 0.42% -
XYZ 11.5 13.41 9.38 -
YUV 100.23 116.02 125.7 -
System Red Green Blue C M Y K H S L
Decimal 97 106 79 0.08 0 0.25 0.58 80 0.15 0.36
Hex 61 6A 4F 8 0 19 3A 50 F 24
Octal 141 152 117 10 0 31 72 120 17 44
Binary 1100001 1101010 1001111 1000 0 11001 111010 1010000 1111 100100

Color Harmonies of #616A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616A4F

Black with #616A4F

Text Example


Text Example

White with #616A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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