Shades of Chicago #646C53
Tints of Chicago #646C53
RGB
CMYK
RGB Variations
Color information
#646C53 (or 0x646C53) is known color: Chicago. HEX triplet: 64, 6C and 53. RGB value is (100,108,83). Sum of RGB (Red+Green+Blue) = 100+108+83=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 108 - color contains mainly: green. Hex color #646C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646C53 is #9B93AC. Grayscale: #666666. Windows color (decimal): -10195885 or 5467236. OLE color: 5467236.
HSL color Cylindrical-coordinate representation of color #646C53: hue angle of 79.2º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #646C53 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 108 | 83 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.58 |
| HSL | 79.2º | 0.13% | 0.37% | - |
| HSV(B) | 79.2º | 0.23% | 0.42% | - |
| XYZ | 12.18 | 14.06 | 10.26 | - |
| YUV | 102.76 | 116.85 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 108 | 83 | 0.07 | 0 | 0.23 | 0.58 | 79.2 | 0.13 | 0.37 |
| Hex | 64 | 6C | 53 | 7 | 0 | 17 | 3A | 4F | D | 25 |
| Octal | 144 | 154 | 123 | 7 | 0 | 27 | 72 | 117 | 15 | 45 |
| Binary | 1100100 | 1101100 | 1010011 | 111 | 0 | 10111 | 111010 | 1001111 | 1101 | 100101 |
Color Harmonies of #646C53
Complementary color
Monochromatic Colors of #646C53
Black with #646C53
Text Example
Text Example
White with #646C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646C53; }
p { color: rgb(100,108,83); }
H1.HeaderClassName
{
color: #646C53;
}
.AnyTagClassName
{
color: #646C53;
}
</style>
background-color css
<style>
a { background-color: #646C53; }
a { background-color: rgb(100,108,83); }
div.DivClassName
{
background-color: #646C53;
}
.BgClassName
{
background-color: #646C53;
}
</style>
border-color css
<style>
span { border-color: #646C53; }
span { border-color: rgb(100,108,83); }
td.TdClassName
{
border-color: #646C53;
}
.TagClassName
{
border-color: #646C53;
}
</style>