Shades of Chicago #636C52
Tints of Chicago #636C52
RGB
CMYK
RGB Variations
Color information
#636C52 (or 0x636C52) is known color: Chicago. HEX triplet: 63, 6C and 52. RGB value is (99,108,82). Sum of RGB (Red+Green+Blue) = 99+108+82=289 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.26% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 108 - color contains mainly: green. Hex color #636C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636C52 is #9C93AD. Grayscale: #666666. Windows color (decimal): -10261422 or 5401699. OLE color: 5401699.
HSL color Cylindrical-coordinate representation of color #636C52: hue angle of 80.77º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #636C52 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 108 | 82 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.58 |
| HSL | 80.77º | 0.14% | 0.37% | - |
| HSV(B) | 80.77º | 0.24% | 0.42% | - |
| XYZ | 12.03 | 13.99 | 10.05 | - |
| YUV | 102.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 108 | 82 | 0.08 | 0 | 0.24 | 0.58 | 80.77 | 0.14 | 0.37 |
| Hex | 63 | 6C | 52 | 8 | 0 | 18 | 3A | 51 | E | 25 |
| Octal | 143 | 154 | 122 | 10 | 0 | 30 | 72 | 121 | 16 | 45 |
| Binary | 1100011 | 1101100 | 1010010 | 1000 | 0 | 11000 | 111010 | 1010001 | 1110 | 100101 |
Color Harmonies of #636C52
Complementary color
Monochromatic Colors of #636C52
Black with #636C52
Text Example
Text Example
White with #636C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636C52; }
p { color: rgb(99,108,82); }
H1.HeaderClassName
{
color: #636C52;
}
.AnyTagClassName
{
color: #636C52;
}
</style>
background-color css
<style>
a { background-color: #636C52; }
a { background-color: rgb(99,108,82); }
div.DivClassName
{
background-color: #636C52;
}
.BgClassName
{
background-color: #636C52;
}
</style>
border-color css
<style>
span { border-color: #636C52; }
span { border-color: rgb(99,108,82); }
td.TdClassName
{
border-color: #636C52;
}
.TagClassName
{
border-color: #636C52;
}
</style>