Shades of Chicago #61625C
Tints of Chicago #61625C
RGB
CMYK
RGB Variations
Color information
#61625C (or 0x61625C) is known color: Chicago. HEX triplet: 61, 62 and 5C. RGB value is (97,98,92). Sum of RGB (Red+Green+Blue) = 97+98+92=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 98 - color contains mainly: green. Hex color #61625C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61625C is #9E9DA3. Grayscale: #616161. Windows color (decimal): -10395044 or 6054497. OLE color: 6054497.
HSL color Cylindrical-coordinate representation of color #61625C: hue angle of 70º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #61625C is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 98 | 92 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.62 |
| HSL | 70º | 0.03% | 0.37% | - |
| HSV(B) | 70º | 0.06% | 0.38% | - |
| XYZ | 11.23 | 12.05 | 11.86 | - |
| YUV | 97.02 | 125.17 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 98 | 92 | 0.01 | 0 | 0.06 | 0.62 | 70 | 0.03 | 0.37 |
| Hex | 61 | 62 | 5C | 1 | 0 | 6 | 3E | 46 | 3 | 25 |
| Octal | 141 | 142 | 134 | 1 | 0 | 6 | 76 | 106 | 3 | 45 |
| Binary | 1100001 | 1100010 | 1011100 | 1 | 0 | 110 | 111110 | 1000110 | 11 | 100101 |
Color Harmonies of #61625C
Complementary color
Monochromatic Colors of #61625C
Black with #61625C
Text Example
Text Example
White with #61625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61625C; }
p { color: rgb(97,98,92); }
H1.HeaderClassName
{
color: #61625C;
}
.AnyTagClassName
{
color: #61625C;
}
</style>
background-color css
<style>
a { background-color: #61625C; }
a { background-color: rgb(97,98,92); }
div.DivClassName
{
background-color: #61625C;
}
.BgClassName
{
background-color: #61625C;
}
</style>
border-color css
<style>
span { border-color: #61625C; }
span { border-color: rgb(97,98,92); }
td.TdClassName
{
border-color: #61625C;
}
.TagClassName
{
border-color: #61625C;
}
</style>