Shades of Chicago #606750
Tints of Chicago #606750
RGB
CMYK
RGB Variations
Color information
#606750 (or 0x606750) is known color: Chicago. HEX triplet: 60, 67 and 50. RGB value is (96,103,80). Sum of RGB (Red+Green+Blue) = 96+103+80=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 103 - color contains mainly: green. Hex color #606750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606750 is #9F98AF. Grayscale: #626262. Windows color (decimal): -10459312 or 5269344. OLE color: 5269344.
HSL color Cylindrical-coordinate representation of color #606750: hue angle of 78.26º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #606750 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 103 | 80 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.60 |
| HSL | 78.26º | 0.13% | 0.36% | - |
| HSV(B) | 78.26º | 0.22% | 0.4% | - |
| XYZ | 11.12 | 12.77 | 9.47 | - |
| YUV | 98.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 103 | 80 | 0.07 | 0 | 0.22 | 0.60 | 78.26 | 0.13 | 0.36 |
| Hex | 60 | 67 | 50 | 7 | 0 | 16 | 3C | 4E | D | 24 |
| Octal | 140 | 147 | 120 | 7 | 0 | 26 | 74 | 116 | 15 | 44 |
| Binary | 1100000 | 1100111 | 1010000 | 111 | 0 | 10110 | 111100 | 1001110 | 1101 | 100100 |
Color Harmonies of #606750
Complementary color
Monochromatic Colors of #606750
Black with #606750
Text Example
Text Example
White with #606750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606750; }
p { color: rgb(96,103,80); }
H1.HeaderClassName
{
color: #606750;
}
.AnyTagClassName
{
color: #606750;
}
</style>
background-color css
<style>
a { background-color: #606750; }
a { background-color: rgb(96,103,80); }
div.DivClassName
{
background-color: #606750;
}
.BgClassName
{
background-color: #606750;
}
</style>
border-color css
<style>
span { border-color: #606750; }
span { border-color: rgb(96,103,80); }
td.TdClassName
{
border-color: #606750;
}
.TagClassName
{
border-color: #606750;
}
</style>