Shades of Chicago #626852
Tints of Chicago #626852
RGB
CMYK
RGB Variations
Color information
#626852 (or 0x626852) is known color: Chicago. HEX triplet: 62, 68 and 52. RGB value is (98,104,82). Sum of RGB (Red+Green+Blue) = 98+104+82=284 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.51% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 104 - color contains mainly: green. Hex color #626852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626852 is #9D97AD. Grayscale: #636363. Windows color (decimal): -10327982 or 5400674. OLE color: 5400674.
HSL color Cylindrical-coordinate representation of color #626852: hue angle of 76.36º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #626852 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 104 | 82 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.59 |
| HSL | 76.36º | 0.12% | 0.36% | - |
| HSV(B) | 76.36º | 0.21% | 0.41% | - |
| XYZ | 11.51 | 13.11 | 9.91 | - |
| YUV | 99.7 | 118.01 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 104 | 82 | 0.06 | 0 | 0.21 | 0.59 | 76.36 | 0.12 | 0.36 |
| Hex | 62 | 68 | 52 | 6 | 0 | 15 | 3B | 4C | C | 24 |
| Octal | 142 | 150 | 122 | 6 | 0 | 25 | 73 | 114 | 14 | 44 |
| Binary | 1100010 | 1101000 | 1010010 | 110 | 0 | 10101 | 111011 | 1001100 | 1100 | 100100 |
Color Harmonies of #626852
Complementary color
Monochromatic Colors of #626852
Black with #626852
Text Example
Text Example
White with #626852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626852; }
p { color: rgb(98,104,82); }
H1.HeaderClassName
{
color: #626852;
}
.AnyTagClassName
{
color: #626852;
}
</style>
background-color css
<style>
a { background-color: #626852; }
a { background-color: rgb(98,104,82); }
div.DivClassName
{
background-color: #626852;
}
.BgClassName
{
background-color: #626852;
}
</style>
border-color css
<style>
span { border-color: #626852; }
span { border-color: rgb(98,104,82); }
td.TdClassName
{
border-color: #626852;
}
.TagClassName
{
border-color: #626852;
}
</style>