Shades of Chicago #61665A
Tints of Chicago #61665A
RGB
CMYK
RGB Variations
Color information
#61665A (or 0x61665A) is known color: Chicago. HEX triplet: 61, 66 and 5A. RGB value is (97,102,90). Sum of RGB (Red+Green+Blue) = 97+102+90=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 102 - color contains mainly: green. Hex color #61665A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61665A is #9E99A5. Grayscale: #636363. Windows color (decimal): -10394022 or 5924449. OLE color: 5924449.
HSL color Cylindrical-coordinate representation of color #61665A: hue angle of 85º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #61665A is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 97 | 102 | 90 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.6 |
| HSL | 85º | 0.06% | 0.38% | - |
| HSV(B) | 85º | 0.12% | 0.4% | - |
| XYZ | 11.53 | 12.78 | 11.53 | - |
| YUV | 99.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 102 | 90 | 0.05 | 0 | 0.12 | 0.6 | 85 | 0.06 | 0.38 |
| Hex | 61 | 66 | 5A | 5 | 0 | C | 3C | 55 | 6 | 26 |
| Octal | 141 | 146 | 132 | 5 | 0 | 14 | 74 | 125 | 6 | 46 |
| Binary | 1100001 | 1100110 | 1011010 | 101 | 0 | 1100 | 111100 | 1010101 | 110 | 100110 |
Color Harmonies of #61665A
Complementary color
Monochromatic Colors of #61665A
Black with #61665A
Text Example
Text Example
White with #61665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61665A; }
p { color: rgb(97,102,90); }
H1.HeaderClassName
{
color: #61665A;
}
.AnyTagClassName
{
color: #61665A;
}
</style>
background-color css
<style>
a { background-color: #61665A; }
a { background-color: rgb(97,102,90); }
div.DivClassName
{
background-color: #61665A;
}
.BgClassName
{
background-color: #61665A;
}
</style>
border-color css
<style>
span { border-color: #61665A; }
span { border-color: rgb(97,102,90); }
td.TdClassName
{
border-color: #61665A;
}
.TagClassName
{
border-color: #61665A;
}
</style>