Shades of Chicago #616B51
Tints of Chicago #616B51
RGB
CMYK
RGB Variations
Color information
#616B51 (or 0x616B51) is known color: Chicago. HEX triplet: 61, 6B and 51. RGB value is (97,107,81). Sum of RGB (Red+Green+Blue) = 97+107+81=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 81 (32.03% from 255 or 28.42% from 285); Max value from RGB is 107 - color contains mainly: green. Hex color #616B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616B51 is #9E94AE. Grayscale: #656565. Windows color (decimal): -10392751 or 5335905. OLE color: 5335905.
HSL color Cylindrical-coordinate representation of color #616B51: hue angle of 83.08º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #616B51 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 107 | 81 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.58 |
| HSL | 83.08º | 0.14% | 0.37% | - |
| HSV(B) | 83.08º | 0.24% | 0.42% | - |
| XYZ | 11.67 | 13.65 | 9.8 | - |
| YUV | 101.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 107 | 81 | 0.09 | 0 | 0.24 | 0.58 | 83.08 | 0.14 | 0.37 |
| Hex | 61 | 6B | 51 | 9 | 0 | 18 | 3A | 53 | E | 25 |
| Octal | 141 | 153 | 121 | 11 | 0 | 30 | 72 | 123 | 16 | 45 |
| Binary | 1100001 | 1101011 | 1010001 | 1001 | 0 | 11000 | 111010 | 1010011 | 1110 | 100101 |
Color Harmonies of #616B51
Complementary color
Monochromatic Colors of #616B51
Black with #616B51
Text Example
Text Example
White with #616B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616B51; }
p { color: rgb(97,107,81); }
H1.HeaderClassName
{
color: #616B51;
}
.AnyTagClassName
{
color: #616B51;
}
</style>
background-color css
<style>
a { background-color: #616B51; }
a { background-color: rgb(97,107,81); }
div.DivClassName
{
background-color: #616B51;
}
.BgClassName
{
background-color: #616B51;
}
</style>
border-color css
<style>
span { border-color: #616B51; }
span { border-color: rgb(97,107,81); }
td.TdClassName
{
border-color: #616B51;
}
.TagClassName
{
border-color: #616B51;
}
</style>