Shades of Chicago #606356
Tints of Chicago #606356
RGB
CMYK
RGB Variations
Color information
#606356 (or 0x606356) is known color: Chicago. HEX triplet: 60, 63 and 56. RGB value is (96,99,86). Sum of RGB (Red+Green+Blue) = 96+99+86=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 99 - color contains mainly: green. Hex color #606356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606356 is #9F9CA9. Grayscale: #606060. Windows color (decimal): -10460330 or 5661536. OLE color: 5661536.
HSL color Cylindrical-coordinate representation of color #606356: hue angle of 73.85º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #606356 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 99 | 86 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.61 |
| HSL | 73.85º | 0.07% | 0.36% | - |
| HSV(B) | 73.85º | 0.13% | 0.39% | - |
| XYZ | 10.97 | 12.08 | 10.56 | - |
| YUV | 96.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 99 | 86 | 0.03 | 0 | 0.13 | 0.61 | 73.85 | 0.07 | 0.36 |
| Hex | 60 | 63 | 56 | 3 | 0 | D | 3D | 4A | 7 | 24 |
| Octal | 140 | 143 | 126 | 3 | 0 | 15 | 75 | 112 | 7 | 44 |
| Binary | 1100000 | 1100011 | 1010110 | 11 | 0 | 1101 | 111101 | 1001010 | 111 | 100100 |
Color Harmonies of #606356
Complementary color
Monochromatic Colors of #606356
Black with #606356
Text Example
Text Example
White with #606356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606356; }
p { color: rgb(96,99,86); }
H1.HeaderClassName
{
color: #606356;
}
.AnyTagClassName
{
color: #606356;
}
</style>
background-color css
<style>
a { background-color: #606356; }
a { background-color: rgb(96,99,86); }
div.DivClassName
{
background-color: #606356;
}
.BgClassName
{
background-color: #606356;
}
</style>
border-color css
<style>
span { border-color: #606356; }
span { border-color: rgb(96,99,86); }
td.TdClassName
{
border-color: #606356;
}
.TagClassName
{
border-color: #606356;
}
</style>