Shades of Chicago #63655E
Tints of Chicago #63655E
RGB
CMYK
RGB Variations
Color information
#63655E (or 0x63655E) is known color: Chicago. HEX triplet: 63, 65 and 5E. RGB value is (99,101,94). Sum of RGB (Red+Green+Blue) = 99+101+94=294 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.67% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 101 - color contains mainly: green. Hex color #63655E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63655E is #9C9AA1. Grayscale: #636363. Windows color (decimal): -10263202 or 6186339. OLE color: 6186339.
HSL color Cylindrical-coordinate representation of color #63655E: hue angle of 77.14º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #63655E is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 99 | 101 | 94 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.60 |
| HSL | 77.14º | 0.04% | 0.38% | - |
| HSV(B) | 77.14º | 0.07% | 0.4% | - |
| XYZ | 11.82 | 12.77 | 12.43 | - |
| YUV | 99.6 | 124.84 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 101 | 94 | 0.02 | 0 | 0.07 | 0.60 | 77.14 | 0.04 | 0.38 |
| Hex | 63 | 65 | 5E | 2 | 0 | 7 | 3C | 4D | 4 | 26 |
| Octal | 143 | 145 | 136 | 2 | 0 | 7 | 74 | 115 | 4 | 46 |
| Binary | 1100011 | 1100101 | 1011110 | 10 | 0 | 111 | 111100 | 1001101 | 100 | 100110 |
Color Harmonies of #63655E
Complementary color
Monochromatic Colors of #63655E
Black with #63655E
Text Example
Text Example
White with #63655E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63655E; }
p { color: rgb(99,101,94); }
H1.HeaderClassName
{
color: #63655E;
}
.AnyTagClassName
{
color: #63655E;
}
</style>
background-color css
<style>
a { background-color: #63655E; }
a { background-color: rgb(99,101,94); }
div.DivClassName
{
background-color: #63655E;
}
.BgClassName
{
background-color: #63655E;
}
</style>
border-color css
<style>
span { border-color: #63655E; }
span { border-color: rgb(99,101,94); }
td.TdClassName
{
border-color: #63655E;
}
.TagClassName
{
border-color: #63655E;
}
</style>