Shades of Chicago #656A59
Tints of Chicago #656A59
RGB
CMYK
RGB Variations
Color information
#656A59 (or 0x656A59) is known color: Chicago. HEX triplet: 65, 6A and 59. RGB value is (101,106,89). Sum of RGB (Red+Green+Blue) = 101+106+89=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 106 - color contains mainly: green. Hex color #656A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656A59 is #9A95A6. Grayscale: #666666. Windows color (decimal): -10130855 or 5859941. OLE color: 5859941.
HSL color Cylindrical-coordinate representation of color #656A59: hue angle of 77.65º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #656A59 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 106 | 89 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.58 |
| HSL | 77.65º | 0.09% | 0.38% | - |
| HSV(B) | 77.65º | 0.16% | 0.42% | - |
| XYZ | 12.32 | 13.8 | 11.46 | - |
| YUV | 102.57 | 120.34 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 106 | 89 | 0.05 | 0 | 0.16 | 0.58 | 77.65 | 0.09 | 0.38 |
| Hex | 65 | 6A | 59 | 5 | 0 | 10 | 3A | 4E | 9 | 26 |
| Octal | 145 | 152 | 131 | 5 | 0 | 20 | 72 | 116 | 11 | 46 |
| Binary | 1100101 | 1101010 | 1011001 | 101 | 0 | 10000 | 111010 | 1001110 | 1001 | 100110 |
Color Harmonies of #656A59
Complementary color
Monochromatic Colors of #656A59
Black with #656A59
Text Example
Text Example
White with #656A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656A59; }
p { color: rgb(101,106,89); }
H1.HeaderClassName
{
color: #656A59;
}
.AnyTagClassName
{
color: #656A59;
}
</style>
background-color css
<style>
a { background-color: #656A59; }
a { background-color: rgb(101,106,89); }
div.DivClassName
{
background-color: #656A59;
}
.BgClassName
{
background-color: #656A59;
}
</style>
border-color css
<style>
span { border-color: #656A59; }
span { border-color: rgb(101,106,89); }
td.TdClassName
{
border-color: #656A59;
}
.TagClassName
{
border-color: #656A59;
}
</style>