Shades of Chicago #656B57
Tints of Chicago #656B57
RGB
CMYK
RGB Variations
Color information
#656B57 (or 0x656B57) is known color: Chicago. HEX triplet: 65, 6B and 57. RGB value is (101,107,87). Sum of RGB (Red+Green+Blue) = 101+107+87=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 107 - color contains mainly: green. Hex color #656B57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656B57 is #9A94A8. Grayscale: #676767. Windows color (decimal): -10130601 or 5729125. OLE color: 5729125.
HSL color Cylindrical-coordinate representation of color #656B57: hue angle of 78º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #656B57 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 107 | 87 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.58 |
| HSL | 78º | 0.1% | 0.38% | - |
| HSV(B) | 78º | 0.19% | 0.42% | - |
| XYZ | 12.34 | 13.97 | 11.06 | - |
| YUV | 102.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 87 | 0.06 | 0 | 0.19 | 0.58 | 78 | 0.1 | 0.38 |
| Hex | 65 | 6B | 57 | 6 | 0 | 13 | 3A | 4E | A | 26 |
| Octal | 145 | 153 | 127 | 6 | 0 | 23 | 72 | 116 | 12 | 46 |
| Binary | 1100101 | 1101011 | 1010111 | 110 | 0 | 10011 | 111010 | 1001110 | 1010 | 100110 |
Color Harmonies of #656B57
Complementary color
Monochromatic Colors of #656B57
Black with #656B57
Text Example
Text Example
White with #656B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656B57; }
p { color: rgb(101,107,87); }
H1.HeaderClassName
{
color: #656B57;
}
.AnyTagClassName
{
color: #656B57;
}
</style>
background-color css
<style>
a { background-color: #656B57; }
a { background-color: rgb(101,107,87); }
div.DivClassName
{
background-color: #656B57;
}
.BgClassName
{
background-color: #656B57;
}
</style>
border-color css
<style>
span { border-color: #656B57; }
span { border-color: rgb(101,107,87); }
td.TdClassName
{
border-color: #656B57;
}
.TagClassName
{
border-color: #656B57;
}
</style>