Shades of Chicago #63655C
Tints of Chicago #63655C
RGB
CMYK
RGB Variations
Color information
#63655C (or 0x63655C) is known color: Chicago. HEX triplet: 63, 65 and 5C. RGB value is (99,101,92). Sum of RGB (Red+Green+Blue) = 99+101+92=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 101 - color contains mainly: green. Hex color #63655C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63655C is #9C9AA3. Grayscale: #636363. Windows color (decimal): -10263204 or 6055267. OLE color: 6055267.
HSL color Cylindrical-coordinate representation of color #63655C: hue angle of 73.33º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #63655C is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 99 | 101 | 92 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.60 |
| HSL | 73.33º | 0.05% | 0.38% | - |
| HSV(B) | 73.33º | 0.09% | 0.4% | - |
| XYZ | 11.73 | 12.73 | 11.96 | - |
| YUV | 99.38 | 123.84 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 101 | 92 | 0.02 | 0 | 0.09 | 0.60 | 73.33 | 0.05 | 0.38 |
| Hex | 63 | 65 | 5C | 2 | 0 | 9 | 3C | 49 | 5 | 26 |
| Octal | 143 | 145 | 134 | 2 | 0 | 11 | 74 | 111 | 5 | 46 |
| Binary | 1100011 | 1100101 | 1011100 | 10 | 0 | 1001 | 111100 | 1001001 | 101 | 100110 |
Color Harmonies of #63655C
Complementary color
Monochromatic Colors of #63655C
Black with #63655C
Text Example
Text Example
White with #63655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63655C; }
p { color: rgb(99,101,92); }
H1.HeaderClassName
{
color: #63655C;
}
.AnyTagClassName
{
color: #63655C;
}
</style>
background-color css
<style>
a { background-color: #63655C; }
a { background-color: rgb(99,101,92); }
div.DivClassName
{
background-color: #63655C;
}
.BgClassName
{
background-color: #63655C;
}
</style>
border-color css
<style>
span { border-color: #63655C; }
span { border-color: rgb(99,101,92); }
td.TdClassName
{
border-color: #63655C;
}
.TagClassName
{
border-color: #63655C;
}
</style>