Shades of Chicago #606552
Tints of Chicago #606552
RGB
CMYK
RGB Variations
Color information
#606552 (or 0x606552) is known color: Chicago. HEX triplet: 60, 65 and 52. RGB value is (96,101,82). Sum of RGB (Red+Green+Blue) = 96+101+82=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 101 - color contains mainly: green. Hex color #606552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606552 is #9F9AAD. Grayscale: #616161. Windows color (decimal): -10459822 or 5399904. OLE color: 5399904.
HSL color Cylindrical-coordinate representation of color #606552: hue angle of 75.79º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #606552 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 101 | 82 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.60 |
| HSL | 75.79º | 0.1% | 0.36% | - |
| HSV(B) | 75.79º | 0.19% | 0.4% | - |
| XYZ | 11 | 12.4 | 9.8 | - |
| YUV | 97.34 | 119.34 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 101 | 82 | 0.05 | 0 | 0.19 | 0.60 | 75.79 | 0.1 | 0.36 |
| Hex | 60 | 65 | 52 | 5 | 0 | 13 | 3C | 4C | A | 24 |
| Octal | 140 | 145 | 122 | 5 | 0 | 23 | 74 | 114 | 12 | 44 |
| Binary | 1100000 | 1100101 | 1010010 | 101 | 0 | 10011 | 111100 | 1001100 | 1010 | 100100 |
Color Harmonies of #606552
Complementary color
Monochromatic Colors of #606552
Black with #606552
Text Example
Text Example
White with #606552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606552; }
p { color: rgb(96,101,82); }
H1.HeaderClassName
{
color: #606552;
}
.AnyTagClassName
{
color: #606552;
}
</style>
background-color css
<style>
a { background-color: #606552; }
a { background-color: rgb(96,101,82); }
div.DivClassName
{
background-color: #606552;
}
.BgClassName
{
background-color: #606552;
}
</style>
border-color css
<style>
span { border-color: #606552; }
span { border-color: rgb(96,101,82); }
td.TdClassName
{
border-color: #606552;
}
.TagClassName
{
border-color: #606552;
}
</style>