Shades of Chicago #65685D
Tints of Chicago #65685D
RGB
CMYK
RGB Variations
Color information
#65685D (or 0x65685D) is known color: Chicago. HEX triplet: 65, 68 and 5D. RGB value is (101,104,93). Sum of RGB (Red+Green+Blue) = 101+104+93=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 104 - color contains mainly: green. Hex color #65685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65685D is #9A97A2. Grayscale: #656565. Windows color (decimal): -10131363 or 6121573. OLE color: 6121573.
HSL color Cylindrical-coordinate representation of color #65685D: hue angle of 76.36º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #65685D is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 104 | 93 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.59 |
| HSL | 76.36º | 0.06% | 0.39% | - |
| HSV(B) | 76.36º | 0.11% | 0.41% | - |
| XYZ | 12.29 | 13.46 | 12.31 | - |
| YUV | 101.85 | 123.01 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 93 | 0.03 | 0 | 0.11 | 0.59 | 76.36 | 0.06 | 0.39 |
| Hex | 65 | 68 | 5D | 3 | 0 | B | 3B | 4C | 6 | 27 |
| Octal | 145 | 150 | 135 | 3 | 0 | 13 | 73 | 114 | 6 | 47 |
| Binary | 1100101 | 1101000 | 1011101 | 11 | 0 | 1011 | 111011 | 1001100 | 110 | 100111 |
Color Harmonies of #65685D
Complementary color
Monochromatic Colors of #65685D
Black with #65685D
Text Example
Text Example
White with #65685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65685D; }
p { color: rgb(101,104,93); }
H1.HeaderClassName
{
color: #65685D;
}
.AnyTagClassName
{
color: #65685D;
}
</style>
background-color css
<style>
a { background-color: #65685D; }
a { background-color: rgb(101,104,93); }
div.DivClassName
{
background-color: #65685D;
}
.BgClassName
{
background-color: #65685D;
}
</style>
border-color css
<style>
span { border-color: #65685D; }
span { border-color: rgb(101,104,93); }
td.TdClassName
{
border-color: #65685D;
}
.TagClassName
{
border-color: #65685D;
}
</style>