Shades of Chicago #62645D
Tints of Chicago #62645D
RGB
CMYK
RGB Variations
Color information
#62645D (or 0x62645D) is known color: Chicago. HEX triplet: 62, 64 and 5D. RGB value is (98,100,93). Sum of RGB (Red+Green+Blue) = 98+100+93=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 100 - color contains mainly: green. Hex color #62645D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62645D is #9D9BA2. Grayscale: #626262. Windows color (decimal): -10328995 or 6120546. OLE color: 6120546.
HSL color Cylindrical-coordinate representation of color #62645D: hue angle of 77.14º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #62645D is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 100 | 93 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.61 |
| HSL | 77.14º | 0.04% | 0.38% | - |
| HSV(B) | 77.14º | 0.07% | 0.39% | - |
| XYZ | 11.57 | 12.5 | 12.16 | - |
| YUV | 98.6 | 124.84 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 100 | 93 | 0.02 | 0 | 0.07 | 0.61 | 77.14 | 0.04 | 0.38 |
| Hex | 62 | 64 | 5D | 2 | 0 | 7 | 3D | 4D | 4 | 26 |
| Octal | 142 | 144 | 135 | 2 | 0 | 7 | 75 | 115 | 4 | 46 |
| Binary | 1100010 | 1100100 | 1011101 | 10 | 0 | 111 | 111101 | 1001101 | 100 | 100110 |
Color Harmonies of #62645D
Complementary color
Monochromatic Colors of #62645D
Black with #62645D
Text Example
Text Example
White with #62645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62645D; }
p { color: rgb(98,100,93); }
H1.HeaderClassName
{
color: #62645D;
}
.AnyTagClassName
{
color: #62645D;
}
</style>
background-color css
<style>
a { background-color: #62645D; }
a { background-color: rgb(98,100,93); }
div.DivClassName
{
background-color: #62645D;
}
.BgClassName
{
background-color: #62645D;
}
</style>
border-color css
<style>
span { border-color: #62645D; }
span { border-color: rgb(98,100,93); }
td.TdClassName
{
border-color: #62645D;
}
.TagClassName
{
border-color: #62645D;
}
</style>