Shades of Chicago #62645A
Tints of Chicago #62645A
RGB
CMYK
RGB Variations
Color information
#62645A (or 0x62645A) is known color: Chicago. HEX triplet: 62, 64 and 5A. RGB value is (98,100,90). Sum of RGB (Red+Green+Blue) = 98+100+90=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 100 - color contains mainly: green. Hex color #62645A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62645A is #9D9BA5. Grayscale: #626262. Windows color (decimal): -10328998 or 5923938. OLE color: 5923938.
HSL color Cylindrical-coordinate representation of color #62645A: hue angle of 72º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #62645A is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 100 | 90 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.61 |
| HSL | 72º | 0.05% | 0.37% | - |
| HSV(B) | 72º | 0.1% | 0.39% | - |
| XYZ | 11.44 | 12.45 | 11.47 | - |
| YUV | 98.26 | 123.34 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 100 | 90 | 0.02 | 0 | 0.10 | 0.61 | 72 | 0.05 | 0.37 |
| Hex | 62 | 64 | 5A | 2 | 0 | A | 3D | 48 | 5 | 25 |
| Octal | 142 | 144 | 132 | 2 | 0 | 12 | 75 | 110 | 5 | 45 |
| Binary | 1100010 | 1100100 | 1011010 | 10 | 0 | 1010 | 111101 | 1001000 | 101 | 100101 |
Color Harmonies of #62645A
Complementary color
Monochromatic Colors of #62645A
Black with #62645A
Text Example
Text Example
White with #62645A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62645A; }
p { color: rgb(98,100,90); }
H1.HeaderClassName
{
color: #62645A;
}
.AnyTagClassName
{
color: #62645A;
}
</style>
background-color css
<style>
a { background-color: #62645A; }
a { background-color: rgb(98,100,90); }
div.DivClassName
{
background-color: #62645A;
}
.BgClassName
{
background-color: #62645A;
}
</style>
border-color css
<style>
span { border-color: #62645A; }
span { border-color: rgb(98,100,90); }
td.TdClassName
{
border-color: #62645A;
}
.TagClassName
{
border-color: #62645A;
}
</style>