Shades of Chicago #616652
Tints of Chicago #616652
RGB
CMYK
RGB Variations
Color information
#616652 (or 0x616652) is known color: Chicago. HEX triplet: 61, 66 and 52. RGB value is (97,102,82). Sum of RGB (Red+Green+Blue) = 97+102+82=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 102 - color contains mainly: green. Hex color #616652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616652 is #9E99AD. Grayscale: #626262. Windows color (decimal): -10394030 or 5400161. OLE color: 5400161.
HSL color Cylindrical-coordinate representation of color #616652: hue angle of 75º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #616652 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 97 | 102 | 82 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.6 |
| HSL | 75º | 0.11% | 0.36% | - |
| HSV(B) | 75º | 0.2% | 0.4% | - |
| XYZ | 11.2 | 12.65 | 9.83 | - |
| YUV | 98.23 | 118.84 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 102 | 82 | 0.05 | 0 | 0.20 | 0.6 | 75 | 0.11 | 0.36 |
| Hex | 61 | 66 | 52 | 5 | 0 | 14 | 3C | 4B | B | 24 |
| Octal | 141 | 146 | 122 | 5 | 0 | 24 | 74 | 113 | 13 | 44 |
| Binary | 1100001 | 1100110 | 1010010 | 101 | 0 | 10100 | 111100 | 1001011 | 1011 | 100100 |
Color Harmonies of #616652
Complementary color
Monochromatic Colors of #616652
Black with #616652
Text Example
Text Example
White with #616652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616652; }
p { color: rgb(97,102,82); }
H1.HeaderClassName
{
color: #616652;
}
.AnyTagClassName
{
color: #616652;
}
</style>
background-color css
<style>
a { background-color: #616652; }
a { background-color: rgb(97,102,82); }
div.DivClassName
{
background-color: #616652;
}
.BgClassName
{
background-color: #616652;
}
</style>
border-color css
<style>
span { border-color: #616652; }
span { border-color: rgb(97,102,82); }
td.TdClassName
{
border-color: #616652;
}
.TagClassName
{
border-color: #616652;
}
</style>