Shades of Chicago #62655B
Tints of Chicago #62655B
RGB
CMYK
RGB Variations
Color information
#62655B (or 0x62655B) is known color: Chicago. HEX triplet: 62, 65 and 5B. RGB value is (98,101,91). Sum of RGB (Red+Green+Blue) = 98+101+91=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 101 - color contains mainly: green. Hex color #62655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62655B is #9D9AA4. Grayscale: #636363. Windows color (decimal): -10328741 or 5989730. OLE color: 5989730.
HSL color Cylindrical-coordinate representation of color #62655B: hue angle of 78º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #62655B is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 101 | 91 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.60 |
| HSL | 78º | 0.05% | 0.38% | - |
| HSV(B) | 78º | 0.1% | 0.4% | - |
| XYZ | 11.58 | 12.66 | 11.73 | - |
| YUV | 98.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 101 | 91 | 0.03 | 0 | 0.10 | 0.60 | 78 | 0.05 | 0.38 |
| Hex | 62 | 65 | 5B | 3 | 0 | A | 3C | 4E | 5 | 26 |
| Octal | 142 | 145 | 133 | 3 | 0 | 12 | 74 | 116 | 5 | 46 |
| Binary | 1100010 | 1100101 | 1011011 | 11 | 0 | 1010 | 111100 | 1001110 | 101 | 100110 |
Color Harmonies of #62655B
Complementary color
Monochromatic Colors of #62655B
Black with #62655B
Text Example
Text Example
White with #62655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62655B; }
p { color: rgb(98,101,91); }
H1.HeaderClassName
{
color: #62655B;
}
.AnyTagClassName
{
color: #62655B;
}
</style>
background-color css
<style>
a { background-color: #62655B; }
a { background-color: rgb(98,101,91); }
div.DivClassName
{
background-color: #62655B;
}
.BgClassName
{
background-color: #62655B;
}
</style>
border-color css
<style>
span { border-color: #62655B; }
span { border-color: rgb(98,101,91); }
td.TdClassName
{
border-color: #62655B;
}
.TagClassName
{
border-color: #62655B;
}
</style>