Shades of Chicago #636B53
Tints of Chicago #636B53
RGB
CMYK
RGB Variations
Color information
#636B53 (or 0x636B53) is known color: Chicago. HEX triplet: 63, 6B and 53. RGB value is (99,107,83). Sum of RGB (Red+Green+Blue) = 99+107+83=289 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.26% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 107 - color contains mainly: green. Hex color #636B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636B53 is #9C94AC. Grayscale: #656565. Windows color (decimal): -10261677 or 5466979. OLE color: 5466979.
HSL color Cylindrical-coordinate representation of color #636B53: hue angle of 80º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #636B53 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 107 | 83 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.58 |
| HSL | 80º | 0.13% | 0.37% | - |
| HSV(B) | 80º | 0.22% | 0.42% | - |
| XYZ | 11.96 | 13.79 | 10.22 | - |
| YUV | 101.87 | 117.35 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 107 | 83 | 0.07 | 0 | 0.22 | 0.58 | 80 | 0.13 | 0.37 |
| Hex | 63 | 6B | 53 | 7 | 0 | 16 | 3A | 50 | D | 25 |
| Octal | 143 | 153 | 123 | 7 | 0 | 26 | 72 | 120 | 15 | 45 |
| Binary | 1100011 | 1101011 | 1010011 | 111 | 0 | 10110 | 111010 | 1010000 | 1101 | 100101 |
Color Harmonies of #636B53
Complementary color
Monochromatic Colors of #636B53
Black with #636B53
Text Example
Text Example
White with #636B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636B53; }
p { color: rgb(99,107,83); }
H1.HeaderClassName
{
color: #636B53;
}
.AnyTagClassName
{
color: #636B53;
}
</style>
background-color css
<style>
a { background-color: #636B53; }
a { background-color: rgb(99,107,83); }
div.DivClassName
{
background-color: #636B53;
}
.BgClassName
{
background-color: #636B53;
}
</style>
border-color css
<style>
span { border-color: #636B53; }
span { border-color: rgb(99,107,83); }
td.TdClassName
{
border-color: #636B53;
}
.TagClassName
{
border-color: #636B53;
}
</style>