Shades of Chicago #65685F
Tints of Chicago #65685F
RGB
CMYK
RGB Variations
Color information
#65685F (or 0x65685F) is known color: Chicago. HEX triplet: 65, 68 and 5F. RGB value is (101,104,95). Sum of RGB (Red+Green+Blue) = 101+104+95=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 104 - color contains mainly: green. Hex color #65685F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65685F is #9A97A0. Grayscale: #666666. Windows color (decimal): -10131361 or 6252645. OLE color: 6252645.
HSL color Cylindrical-coordinate representation of color #65685F: hue angle of 80º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #65685F is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 104 | 95 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.59 |
| HSL | 80º | 0.05% | 0.39% | - |
| HSV(B) | 80º | 0.09% | 0.41% | - |
| XYZ | 12.38 | 13.49 | 12.78 | - |
| YUV | 102.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 95 | 0.03 | 0 | 0.09 | 0.59 | 80 | 0.05 | 0.39 |
| Hex | 65 | 68 | 5F | 3 | 0 | 9 | 3B | 50 | 5 | 27 |
| Octal | 145 | 150 | 137 | 3 | 0 | 11 | 73 | 120 | 5 | 47 |
| Binary | 1100101 | 1101000 | 1011111 | 11 | 0 | 1001 | 111011 | 1010000 | 101 | 100111 |
Color Harmonies of #65685F
Complementary color
Monochromatic Colors of #65685F
Black with #65685F
Text Example
Text Example
White with #65685F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65685F; }
p { color: rgb(101,104,95); }
H1.HeaderClassName
{
color: #65685F;
}
.AnyTagClassName
{
color: #65685F;
}
</style>
background-color css
<style>
a { background-color: #65685F; }
a { background-color: rgb(101,104,95); }
div.DivClassName
{
background-color: #65685F;
}
.BgClassName
{
background-color: #65685F;
}
</style>
border-color css
<style>
span { border-color: #65685F; }
span { border-color: rgb(101,104,95); }
td.TdClassName
{
border-color: #65685F;
}
.TagClassName
{
border-color: #65685F;
}
</style>