Html Css Color HEX #616950 Chicago

📋 copy color: '#616950'

red 97 ◦ green 105 ◦ blue 80

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

Shades of Chicago #616950

Tints of Chicago #616950

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.23%

 BLUE value IS 80 (31.64% from 255) = 28.37%

R = 34.4%
G = 37.23%
B = 28.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#616950 (or 0x616950) is known color: 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

RGB 97 105 80 -
CMYK 0.08 0 0.24 0.59
HSL 79.2º 0.14% 0.36% -
HSV(B) 79.2º 0.24% 0.41% -
XYZ 11.43 13.22 9.54 -
YUV 99.76 116.85 126.03 -
System Red Green Blue C M Y K H S L
Decimal 97 105 80 0.08 0 0.24 0.59 79.2 0.14 0.36
Hex 61 69 50 8 0 18 3B 4F E 24
Octal 141 151 120 10 0 30 73 117 16 44
Binary 1100001 1101001 1010000 1000 0 11000 111011 1001111 1110 100100

Color Harmonies of #616950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616950

Black with #616950

Text Example


Text Example

White with #616950

Text Example


Text Example

HTML Codes & Css Web 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>