Shades of Chicago #65685C
Tints of Chicago #65685C
RGB
CMYK
RGB Variations
Color information
#65685C (or 0x65685C) is known color: Chicago. HEX triplet: 65, 68 and 5C. RGB value is (101,104,92). Sum of RGB (Red+Green+Blue) = 101+104+92=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 104 - color contains mainly: green. Hex color #65685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65685C is #9A97A3. Grayscale: #656565. Windows color (decimal): -10131364 or 6056037. OLE color: 6056037.
HSL color Cylindrical-coordinate representation of color #65685C: hue angle of 75º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #65685C is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 104 | 92 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.59 |
| HSL | 75º | 0.06% | 0.38% | - |
| HSV(B) | 75º | 0.12% | 0.41% | - |
| XYZ | 12.25 | 13.44 | 12.07 | - |
| YUV | 101.74 | 122.51 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 92 | 0.03 | 0 | 0.12 | 0.59 | 75 | 0.06 | 0.38 |
| Hex | 65 | 68 | 5C | 3 | 0 | C | 3B | 4B | 6 | 26 |
| Octal | 145 | 150 | 134 | 3 | 0 | 14 | 73 | 113 | 6 | 46 |
| Binary | 1100101 | 1101000 | 1011100 | 11 | 0 | 1100 | 111011 | 1001011 | 110 | 100110 |
Color Harmonies of #65685C
Complementary color
Monochromatic Colors of #65685C
Black with #65685C
Text Example
Text Example
White with #65685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65685C; }
p { color: rgb(101,104,92); }
H1.HeaderClassName
{
color: #65685C;
}
.AnyTagClassName
{
color: #65685C;
}
</style>
background-color css
<style>
a { background-color: #65685C; }
a { background-color: rgb(101,104,92); }
div.DivClassName
{
background-color: #65685C;
}
.BgClassName
{
background-color: #65685C;
}
</style>
border-color css
<style>
span { border-color: #65685C; }
span { border-color: rgb(101,104,92); }
td.TdClassName
{
border-color: #65685C;
}
.TagClassName
{
border-color: #65685C;
}
</style>