Shades of Chicago #61635A
Tints of Chicago #61635A
RGB
CMYK
RGB Variations
Color information
#61635A (or 0x61635A) is known color: Chicago. HEX triplet: 61, 63 and 5A. RGB value is (97,99,90). Sum of RGB (Red+Green+Blue) = 97+99+90=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 99 - color contains mainly: green. Hex color #61635A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61635A is #9E9CA5. Grayscale: #616161. Windows color (decimal): -10394790 or 5923681. OLE color: 5923681.
HSL color Cylindrical-coordinate representation of color #61635A: hue angle of 73.33º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #61635A is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 99 | 90 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.61 |
| HSL | 73.33º | 0.05% | 0.37% | - |
| HSV(B) | 73.33º | 0.09% | 0.39% | - |
| XYZ | 11.24 | 12.2 | 11.44 | - |
| YUV | 97.38 | 123.84 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 99 | 90 | 0.02 | 0 | 0.09 | 0.61 | 73.33 | 0.05 | 0.37 |
| Hex | 61 | 63 | 5A | 2 | 0 | 9 | 3D | 49 | 5 | 25 |
| Octal | 141 | 143 | 132 | 2 | 0 | 11 | 75 | 111 | 5 | 45 |
| Binary | 1100001 | 1100011 | 1011010 | 10 | 0 | 1001 | 111101 | 1001001 | 101 | 100101 |
Color Harmonies of #61635A
Complementary color
Monochromatic Colors of #61635A
Black with #61635A
Text Example
Text Example
White with #61635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61635A; }
p { color: rgb(97,99,90); }
H1.HeaderClassName
{
color: #61635A;
}
.AnyTagClassName
{
color: #61635A;
}
</style>
background-color css
<style>
a { background-color: #61635A; }
a { background-color: rgb(97,99,90); }
div.DivClassName
{
background-color: #61635A;
}
.BgClassName
{
background-color: #61635A;
}
</style>
border-color css
<style>
span { border-color: #61635A; }
span { border-color: rgb(97,99,90); }
td.TdClassName
{
border-color: #61635A;
}
.TagClassName
{
border-color: #61635A;
}
</style>