Html Css Color HEX #616855 Chicago

📋 copy color: '#616855'

red 97 ◦ green 104 ◦ blue 85

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

Shades of Chicago #616855

Tints of Chicago #616855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.72%

R = 33.92%
G = 36.36%
B = 29.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#616855 (or 0x616855) is known color: Chicago. HEX triplet: 61, 68 and 55. RGB value is (97,104,85). Sum of RGB (Red+Green+Blue) = 97+104+85=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 104 - color contains mainly: green. Hex color #616855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616855 is #9E97AA. Grayscale: #636363. Windows color (decimal): -10393515 or 5597281. OLE color: 5597281.

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

Color convert

RGB 97 104 85 -
CMYK 0.07 0 0.18 0.59
HSL 82.11º 0.1% 0.37% -
HSV(B) 82.11º 0.18% 0.41% -
XYZ 11.52 13.1 10.52 -
YUV 99.74 119.68 126.04 -
System Red Green Blue C M Y K H S L
Decimal 97 104 85 0.07 0 0.18 0.59 82.11 0.1 0.37
Hex 61 68 55 7 0 12 3B 52 A 25
Octal 141 150 125 7 0 22 73 122 12 45
Binary 1100001 1101000 1010101 111 0 10010 111011 1010010 1010 100101

Color Harmonies of #616855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616855

Black with #616855

Text Example


Text Example

White with #616855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616855; }

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

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

background-color css

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

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

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

border-color css

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

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

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