Shades of Chicago #62645C
Tints of Chicago #62645C
RGB
CMYK
RGB Variations
Color information
#62645C (or 0x62645C) is known color: Chicago. HEX triplet: 62, 64 and 5C. RGB value is (98,100,92). Sum of RGB (Red+Green+Blue) = 98+100+92=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 100 - color contains mainly: green. Hex color #62645C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62645C is #9D9BA3. Grayscale: #626262. Windows color (decimal): -10328996 or 6055010. OLE color: 6055010.
HSL color Cylindrical-coordinate representation of color #62645C: hue angle of 75º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #62645C is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 100 | 92 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.61 |
| HSL | 75º | 0.04% | 0.38% | - |
| HSV(B) | 75º | 0.08% | 0.39% | - |
| XYZ | 11.53 | 12.48 | 11.93 | - |
| YUV | 98.49 | 124.34 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 100 | 92 | 0.02 | 0 | 0.08 | 0.61 | 75 | 0.04 | 0.38 |
| Hex | 62 | 64 | 5C | 2 | 0 | 8 | 3D | 4B | 4 | 26 |
| Octal | 142 | 144 | 134 | 2 | 0 | 10 | 75 | 113 | 4 | 46 |
| Binary | 1100010 | 1100100 | 1011100 | 10 | 0 | 1000 | 111101 | 1001011 | 100 | 100110 |
Color Harmonies of #62645C
Complementary color
Monochromatic Colors of #62645C
Black with #62645C
Text Example
Text Example
White with #62645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62645C; }
p { color: rgb(98,100,92); }
H1.HeaderClassName
{
color: #62645C;
}
.AnyTagClassName
{
color: #62645C;
}
</style>
background-color css
<style>
a { background-color: #62645C; }
a { background-color: rgb(98,100,92); }
div.DivClassName
{
background-color: #62645C;
}
.BgClassName
{
background-color: #62645C;
}
</style>
border-color css
<style>
span { border-color: #62645C; }
span { border-color: rgb(98,100,92); }
td.TdClassName
{
border-color: #62645C;
}
.TagClassName
{
border-color: #62645C;
}
</style>