Shades of Chicago #606852
Tints of Chicago #606852
RGB
CMYK
RGB Variations
Color information
#606852 (or 0x606852) is known color: Chicago. HEX triplet: 60, 68 and 52. RGB value is (96,104,82). Sum of RGB (Red+Green+Blue) = 96+104+82=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 104 - color contains mainly: green. Hex color #606852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606852 is #9F97AD. Grayscale: #636363. Windows color (decimal): -10459054 or 5400672. OLE color: 5400672.
HSL color Cylindrical-coordinate representation of color #606852: hue angle of 81.82º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #606852 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 104 | 82 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.59 |
| HSL | 81.82º | 0.12% | 0.36% | - |
| HSV(B) | 81.82º | 0.21% | 0.41% | - |
| XYZ | 11.3 | 13 | 9.9 | - |
| YUV | 99.1 | 118.35 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 104 | 82 | 0.08 | 0 | 0.21 | 0.59 | 81.82 | 0.12 | 0.36 |
| Hex | 60 | 68 | 52 | 8 | 0 | 15 | 3B | 52 | C | 24 |
| Octal | 140 | 150 | 122 | 10 | 0 | 25 | 73 | 122 | 14 | 44 |
| Binary | 1100000 | 1101000 | 1010010 | 1000 | 0 | 10101 | 111011 | 1010010 | 1100 | 100100 |
Color Harmonies of #606852
Complementary color
Monochromatic Colors of #606852
Black with #606852
Text Example
Text Example
White with #606852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606852; }
p { color: rgb(96,104,82); }
H1.HeaderClassName
{
color: #606852;
}
.AnyTagClassName
{
color: #606852;
}
</style>
background-color css
<style>
a { background-color: #606852; }
a { background-color: rgb(96,104,82); }
div.DivClassName
{
background-color: #606852;
}
.BgClassName
{
background-color: #606852;
}
</style>
border-color css
<style>
span { border-color: #606852; }
span { border-color: rgb(96,104,82); }
td.TdClassName
{
border-color: #606852;
}
.TagClassName
{
border-color: #606852;
}
</style>