Shades of Chicago #60645A
Tints of Chicago #60645A
RGB
CMYK
RGB Variations
Color information
#60645A (or 0x60645A) is known color: Chicago. HEX triplet: 60, 64 and 5A. RGB value is (96,100,90). Sum of RGB (Red+Green+Blue) = 96+100+90=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 100 - color contains mainly: green. Hex color #60645A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60645A is #9F9BA5. Grayscale: #616161. Windows color (decimal): -10460070 or 5923936. OLE color: 5923936.
HSL color Cylindrical-coordinate representation of color #60645A: hue angle of 84º 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 #60645A is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 100 | 90 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.61 |
| HSL | 84º | 0.05% | 0.37% | - |
| HSV(B) | 84º | 0.1% | 0.39% | - |
| XYZ | 11.23 | 12.34 | 11.46 | - |
| YUV | 97.66 | 123.67 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 100 | 90 | 0.04 | 0 | 0.10 | 0.61 | 84 | 0.05 | 0.37 |
| Hex | 60 | 64 | 5A | 4 | 0 | A | 3D | 54 | 5 | 25 |
| Octal | 140 | 144 | 132 | 4 | 0 | 12 | 75 | 124 | 5 | 45 |
| Binary | 1100000 | 1100100 | 1011010 | 100 | 0 | 1010 | 111101 | 1010100 | 101 | 100101 |
Color Harmonies of #60645A
Complementary color
Monochromatic Colors of #60645A
Black with #60645A
Text Example
Text Example
White with #60645A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60645A; }
p { color: rgb(96,100,90); }
H1.HeaderClassName
{
color: #60645A;
}
.AnyTagClassName
{
color: #60645A;
}
</style>
background-color css
<style>
a { background-color: #60645A; }
a { background-color: rgb(96,100,90); }
div.DivClassName
{
background-color: #60645A;
}
.BgClassName
{
background-color: #60645A;
}
</style>
border-color css
<style>
span { border-color: #60645A; }
span { border-color: rgb(96,100,90); }
td.TdClassName
{
border-color: #60645A;
}
.TagClassName
{
border-color: #60645A;
}
</style>