Shades of Chicago #61645B
Tints of Chicago #61645B
RGB
CMYK
RGB Variations
Color information
#61645B (or 0x61645B) is known color: Chicago. HEX triplet: 61, 64 and 5B. RGB value is (97,100,91). Sum of RGB (Red+Green+Blue) = 97+100+91=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 100 - color contains mainly: green. Hex color #61645B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61645B is #9E9BA4. Grayscale: #626262. Windows color (decimal): -10394533 or 5989473. OLE color: 5989473.
HSL color Cylindrical-coordinate representation of color #61645B: hue angle of 80º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #61645B is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 100 | 91 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.61 |
| HSL | 80º | 0.05% | 0.37% | - |
| HSV(B) | 80º | 0.09% | 0.39% | - |
| XYZ | 11.38 | 12.41 | 11.69 | - |
| YUV | 98.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 100 | 91 | 0.03 | 0 | 0.09 | 0.61 | 80 | 0.05 | 0.37 |
| Hex | 61 | 64 | 5B | 3 | 0 | 9 | 3D | 50 | 5 | 25 |
| Octal | 141 | 144 | 133 | 3 | 0 | 11 | 75 | 120 | 5 | 45 |
| Binary | 1100001 | 1100100 | 1011011 | 11 | 0 | 1001 | 111101 | 1010000 | 101 | 100101 |
Color Harmonies of #61645B
Complementary color
Monochromatic Colors of #61645B
Black with #61645B
Text Example
Text Example
White with #61645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61645B; }
p { color: rgb(97,100,91); }
H1.HeaderClassName
{
color: #61645B;
}
.AnyTagClassName
{
color: #61645B;
}
</style>
background-color css
<style>
a { background-color: #61645B; }
a { background-color: rgb(97,100,91); }
div.DivClassName
{
background-color: #61645B;
}
.BgClassName
{
background-color: #61645B;
}
</style>
border-color css
<style>
span { border-color: #61645B; }
span { border-color: rgb(97,100,91); }
td.TdClassName
{
border-color: #61645B;
}
.TagClassName
{
border-color: #61645B;
}
</style>