Html Css Color HEX #616850 Chicago

📋 copy color: '#616850'

red 97 ◦ green 104 ◦ blue 80

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

Shades of Chicago #616850

Tints of Chicago #616850

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.01%

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

R = 34.52%
G = 37.01%
B = 28.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#616850 (or 0x616850) is known color: Chicago. HEX triplet: 61, 68 and 50. RGB value is (97,104,80). Sum of RGB (Red+Green+Blue) = 97+104+80=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 104 - color contains mainly: green. Hex color #616850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616850 is #9E97AF. Grayscale: #636363. Windows color (decimal): -10393520 or 5269601. OLE color: 5269601.

HSL color Cylindrical-coordinate representation of color #616850: hue angle of 77.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #616850 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 104 80 -
CMYK 0.07 0 0.23 0.59
HSL 77.5º 0.13% 0.36% -
HSV(B) 77.5º 0.23% 0.41% -
XYZ 11.33 13.02 9.51 -
YUV 99.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 97 104 80 0.07 0 0.23 0.59 77.5 0.13 0.36
Hex 61 68 50 7 0 17 3B 4E D 24
Octal 141 150 120 7 0 27 73 116 15 44
Binary 1100001 1101000 1010000 111 0 10111 111011 1001110 1101 100100

Color Harmonies of #616850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616850

Black with #616850

Text Example


Text Example

White with #616850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616850; }

 p { color: rgb(97,104,80); }

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

background-color css

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

 a { background-color: rgb(97,104,80); }

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

border-color css

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

 span { border-color: rgb(97,104,80); }

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