Shades of Chicago #616555
Tints of Chicago #616555
RGB
CMYK
RGB Variations
Color information
#616555 (or 0x616555) is known color: Chicago. HEX triplet: 61, 65 and 55. RGB value is (97,101,85). Sum of RGB (Red+Green+Blue) = 97+101+85=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 101 - color contains mainly: green. Hex color #616555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616555 is #9E9AAA. Grayscale: #626262. Windows color (decimal): -10394283 or 5596513. OLE color: 5596513.
HSL color Cylindrical-coordinate representation of color #616555: hue angle of 75º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #616555 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 101 | 85 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.60 |
| HSL | 75º | 0.09% | 0.36% | - |
| HSV(B) | 75º | 0.16% | 0.4% | - |
| XYZ | 11.22 | 12.5 | 10.42 | - |
| YUV | 97.98 | 120.67 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 101 | 85 | 0.04 | 0 | 0.16 | 0.60 | 75 | 0.09 | 0.36 |
| Hex | 61 | 65 | 55 | 4 | 0 | 10 | 3C | 4B | 9 | 24 |
| Octal | 141 | 145 | 125 | 4 | 0 | 20 | 74 | 113 | 11 | 44 |
| Binary | 1100001 | 1100101 | 1010101 | 100 | 0 | 10000 | 111100 | 1001011 | 1001 | 100100 |
Color Harmonies of #616555
Complementary color
Monochromatic Colors of #616555
Black with #616555
Text Example
Text Example
White with #616555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616555; }
p { color: rgb(97,101,85); }
H1.HeaderClassName
{
color: #616555;
}
.AnyTagClassName
{
color: #616555;
}
</style>
background-color css
<style>
a { background-color: #616555; }
a { background-color: rgb(97,101,85); }
div.DivClassName
{
background-color: #616555;
}
.BgClassName
{
background-color: #616555;
}
</style>
border-color css
<style>
span { border-color: #616555; }
span { border-color: rgb(97,101,85); }
td.TdClassName
{
border-color: #616555;
}
.TagClassName
{
border-color: #616555;
}
</style>