Shades of Chicago #62655C
Tints of Chicago #62655C
RGB
CMYK
RGB Variations
Color information
#62655C (or 0x62655C) is known color: Chicago. HEX triplet: 62, 65 and 5C. RGB value is (98,101,92). Sum of RGB (Red+Green+Blue) = 98+101+92=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 101 - color contains mainly: green. Hex color #62655C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62655C is #9D9AA3. Grayscale: #636363. Windows color (decimal): -10328740 or 6055266. OLE color: 6055266.
HSL color Cylindrical-coordinate representation of color #62655C: hue angle of 80º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #62655C is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 101 | 92 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.60 |
| HSL | 80º | 0.05% | 0.38% | - |
| HSV(B) | 80º | 0.09% | 0.4% | - |
| XYZ | 11.62 | 12.68 | 11.96 | - |
| YUV | 99.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 101 | 92 | 0.03 | 0 | 0.09 | 0.60 | 80 | 0.05 | 0.38 |
| Hex | 62 | 65 | 5C | 3 | 0 | 9 | 3C | 50 | 5 | 26 |
| Octal | 142 | 145 | 134 | 3 | 0 | 11 | 74 | 120 | 5 | 46 |
| Binary | 1100010 | 1100101 | 1011100 | 11 | 0 | 1001 | 111100 | 1010000 | 101 | 100110 |
Color Harmonies of #62655C
Complementary color
Monochromatic Colors of #62655C
Black with #62655C
Text Example
Text Example
White with #62655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62655C; }
p { color: rgb(98,101,92); }
H1.HeaderClassName
{
color: #62655C;
}
.AnyTagClassName
{
color: #62655C;
}
</style>
background-color css
<style>
a { background-color: #62655C; }
a { background-color: rgb(98,101,92); }
div.DivClassName
{
background-color: #62655C;
}
.BgClassName
{
background-color: #62655C;
}
</style>
border-color css
<style>
span { border-color: #62655C; }
span { border-color: rgb(98,101,92); }
td.TdClassName
{
border-color: #62655C;
}
.TagClassName
{
border-color: #62655C;
}
</style>