Shades of Chicago #60674F
Tints of Chicago #60674F
RGB
CMYK
RGB Variations
Color information
#60674F (or 0x60674F) is known color: Chicago. HEX triplet: 60, 67 and 4F. RGB value is (96,103,79). Sum of RGB (Red+Green+Blue) = 96+103+79=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 103 - color contains mainly: green. Hex color #60674F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60674F is #9F98B0. Grayscale: #626262. Windows color (decimal): -10459313 or 5203808. OLE color: 5203808.
HSL color Cylindrical-coordinate representation of color #60674F: hue angle of 77.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #60674F is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 103 | 79 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.60 |
| HSL | 77.5º | 0.13% | 0.36% | - |
| HSV(B) | 77.5º | 0.23% | 0.4% | - |
| XYZ | 11.09 | 12.75 | 9.27 | - |
| YUV | 98.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 103 | 79 | 0.07 | 0 | 0.23 | 0.60 | 77.5 | 0.13 | 0.36 |
| Hex | 60 | 67 | 4F | 7 | 0 | 17 | 3C | 4E | D | 24 |
| Octal | 140 | 147 | 117 | 7 | 0 | 27 | 74 | 116 | 15 | 44 |
| Binary | 1100000 | 1100111 | 1001111 | 111 | 0 | 10111 | 111100 | 1001110 | 1101 | 100100 |
Color Harmonies of #60674F
Complementary color
Monochromatic Colors of #60674F
Black with #60674F
Text Example
Text Example
White with #60674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60674F; }
p { color: rgb(96,103,79); }
H1.HeaderClassName
{
color: #60674F;
}
.AnyTagClassName
{
color: #60674F;
}
</style>
background-color css
<style>
a { background-color: #60674F; }
a { background-color: rgb(96,103,79); }
div.DivClassName
{
background-color: #60674F;
}
.BgClassName
{
background-color: #60674F;
}
</style>
border-color css
<style>
span { border-color: #60674F; }
span { border-color: rgb(96,103,79); }
td.TdClassName
{
border-color: #60674F;
}
.TagClassName
{
border-color: #60674F;
}
</style>