Shades of Chicago #61645A
Tints of Chicago #61645A
RGB
CMYK
RGB Variations
Color information
#61645A (or 0x61645A) is known color: Chicago. HEX triplet: 61, 64 and 5A. RGB value is (97,100,90). Sum of RGB (Red+Green+Blue) = 97+100+90=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 100 - color contains mainly: green. Hex color #61645A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61645A is #9E9BA5. Grayscale: #626262. Windows color (decimal): -10394534 or 5923937. OLE color: 5923937.
HSL color Cylindrical-coordinate representation of color #61645A: hue angle of 78º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #61645A is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 100 | 90 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.61 |
| HSL | 78º | 0.05% | 0.37% | - |
| HSV(B) | 78º | 0.1% | 0.39% | - |
| XYZ | 11.33 | 12.39 | 11.47 | - |
| YUV | 97.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 100 | 90 | 0.03 | 0 | 0.10 | 0.61 | 78 | 0.05 | 0.37 |
| Hex | 61 | 64 | 5A | 3 | 0 | A | 3D | 4E | 5 | 25 |
| Octal | 141 | 144 | 132 | 3 | 0 | 12 | 75 | 116 | 5 | 45 |
| Binary | 1100001 | 1100100 | 1011010 | 11 | 0 | 1010 | 111101 | 1001110 | 101 | 100101 |
Color Harmonies of #61645A
Complementary color
Monochromatic Colors of #61645A
Black with #61645A
Text Example
Text Example
White with #61645A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61645A; }
p { color: rgb(97,100,90); }
H1.HeaderClassName
{
color: #61645A;
}
.AnyTagClassName
{
color: #61645A;
}
</style>
background-color css
<style>
a { background-color: #61645A; }
a { background-color: rgb(97,100,90); }
div.DivClassName
{
background-color: #61645A;
}
.BgClassName
{
background-color: #61645A;
}
</style>
border-color css
<style>
span { border-color: #61645A; }
span { border-color: rgb(97,100,90); }
td.TdClassName
{
border-color: #61645A;
}
.TagClassName
{
border-color: #61645A;
}
</style>