Shades of Chicago #64675A
Tints of Chicago #64675A
RGB
CMYK
RGB Variations
Color information
#64675A (or 0x64675A) is known color: Chicago. HEX triplet: 64, 67 and 5A. RGB value is (100,103,90). Sum of RGB (Red+Green+Blue) = 100+103+90=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 103 - color contains mainly: green. Hex color #64675A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64675A is #9B98A5. Grayscale: #646464. Windows color (decimal): -10197158 or 5924708. OLE color: 5924708.
HSL color Cylindrical-coordinate representation of color #64675A: hue angle of 73.85º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #64675A is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 103 | 90 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.60 |
| HSL | 73.85º | 0.07% | 0.38% | - |
| HSV(B) | 73.85º | 0.13% | 0.4% | - |
| XYZ | 11.95 | 13.15 | 11.58 | - |
| YUV | 100.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 103 | 90 | 0.03 | 0 | 0.13 | 0.60 | 73.85 | 0.07 | 0.38 |
| Hex | 64 | 67 | 5A | 3 | 0 | D | 3C | 4A | 7 | 26 |
| Octal | 144 | 147 | 132 | 3 | 0 | 15 | 74 | 112 | 7 | 46 |
| Binary | 1100100 | 1100111 | 1011010 | 11 | 0 | 1101 | 111100 | 1001010 | 111 | 100110 |
Color Harmonies of #64675A
Complementary color
Monochromatic Colors of #64675A
Black with #64675A
Text Example
Text Example
White with #64675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64675A; }
p { color: rgb(100,103,90); }
H1.HeaderClassName
{
color: #64675A;
}
.AnyTagClassName
{
color: #64675A;
}
</style>
background-color css
<style>
a { background-color: #64675A; }
a { background-color: rgb(100,103,90); }
div.DivClassName
{
background-color: #64675A;
}
.BgClassName
{
background-color: #64675A;
}
</style>
border-color css
<style>
span { border-color: #64675A; }
span { border-color: rgb(100,103,90); }
td.TdClassName
{
border-color: #64675A;
}
.TagClassName
{
border-color: #64675A;
}
</style>