Shades of Chicago #63675B
Tints of Chicago #63675B
RGB
CMYK
RGB Variations
Color information
#63675B (or 0x63675B) is known color: Chicago. HEX triplet: 63, 67 and 5B. RGB value is (99,103,91). Sum of RGB (Red+Green+Blue) = 99+103+91=293 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.79% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 103 - color contains mainly: green. Hex color #63675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63675B is #9C98A4. Grayscale: #646464. Windows color (decimal): -10262693 or 5990243. OLE color: 5990243.
HSL color Cylindrical-coordinate representation of color #63675B: hue angle of 80º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #63675B is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 99 | 103 | 91 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.60 |
| HSL | 80º | 0.06% | 0.38% | - |
| HSV(B) | 80º | 0.12% | 0.4% | - |
| XYZ | 11.88 | 13.11 | 11.8 | - |
| YUV | 100.44 | 122.67 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 103 | 91 | 0.04 | 0 | 0.12 | 0.60 | 80 | 0.06 | 0.38 |
| Hex | 63 | 67 | 5B | 4 | 0 | C | 3C | 50 | 6 | 26 |
| Octal | 143 | 147 | 133 | 4 | 0 | 14 | 74 | 120 | 6 | 46 |
| Binary | 1100011 | 1100111 | 1011011 | 100 | 0 | 1100 | 111100 | 1010000 | 110 | 100110 |
Color Harmonies of #63675B
Complementary color
Monochromatic Colors of #63675B
Black with #63675B
Text Example
Text Example
White with #63675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63675B; }
p { color: rgb(99,103,91); }
H1.HeaderClassName
{
color: #63675B;
}
.AnyTagClassName
{
color: #63675B;
}
</style>
background-color css
<style>
a { background-color: #63675B; }
a { background-color: rgb(99,103,91); }
div.DivClassName
{
background-color: #63675B;
}
.BgClassName
{
background-color: #63675B;
}
</style>
border-color css
<style>
span { border-color: #63675B; }
span { border-color: rgb(99,103,91); }
td.TdClassName
{
border-color: #63675B;
}
.TagClassName
{
border-color: #63675B;
}
</style>