Shades of Chicago #62635D
Tints of Chicago #62635D
RGB
CMYK
RGB Variations
Color information
#62635D (or 0x62635D) is known color: Chicago. HEX triplet: 62, 63 and 5D. RGB value is (98,99,93). Sum of RGB (Red+Green+Blue) = 98+99+93=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 99 - color contains mainly: green. Hex color #62635D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62635D is #9D9CA2. Grayscale: #626262. Windows color (decimal): -10329251 or 6120290. OLE color: 6120290.
HSL color Cylindrical-coordinate representation of color #62635D: hue angle of 70º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #62635D is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 99 | 93 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.61 |
| HSL | 70º | 0.03% | 0.38% | - |
| HSV(B) | 70º | 0.06% | 0.39% | - |
| XYZ | 11.47 | 12.31 | 12.13 | - |
| YUV | 98.02 | 125.17 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 99 | 93 | 0.01 | 0 | 0.06 | 0.61 | 70 | 0.03 | 0.38 |
| Hex | 62 | 63 | 5D | 1 | 0 | 6 | 3D | 46 | 3 | 26 |
| Octal | 142 | 143 | 135 | 1 | 0 | 6 | 75 | 106 | 3 | 46 |
| Binary | 1100010 | 1100011 | 1011101 | 1 | 0 | 110 | 111101 | 1000110 | 11 | 100110 |
Color Harmonies of #62635D
Complementary color
Monochromatic Colors of #62635D
Black with #62635D
Text Example
Text Example
White with #62635D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62635D; }
p { color: rgb(98,99,93); }
H1.HeaderClassName
{
color: #62635D;
}
.AnyTagClassName
{
color: #62635D;
}
</style>
background-color css
<style>
a { background-color: #62635D; }
a { background-color: rgb(98,99,93); }
div.DivClassName
{
background-color: #62635D;
}
.BgClassName
{
background-color: #62635D;
}
</style>
border-color css
<style>
span { border-color: #62635D; }
span { border-color: rgb(98,99,93); }
td.TdClassName
{
border-color: #62635D;
}
.TagClassName
{
border-color: #62635D;
}
</style>