Shades of Chicago #5F644F
Tints of Chicago #5F644F
RGB
CMYK
RGB Variations
Color information
#5F644F (or 0x5F644F) is known color: Chicago. HEX triplet: 5F, 64 and 4F. RGB value is (95,100,79). Sum of RGB (Red+Green+Blue) = 95+100+79=274 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.67% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 100 - color contains mainly: green. Hex color #5F644F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F644F is #A09BB0. Grayscale: #606060. Windows color (decimal): -10525617 or 5203039. OLE color: 5203039.
HSL color Cylindrical-coordinate representation of color #5F644F: hue angle of 74.29º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5F644F is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 95 | 100 | 79 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.61 |
| HSL | 74.29º | 0.12% | 0.35% | - |
| HSV(B) | 74.29º | 0.21% | 0.39% | - |
| XYZ | 10.69 | 12.11 | 9.17 | - |
| YUV | 96.11 | 118.34 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 100 | 79 | 0.05 | 0 | 0.21 | 0.61 | 74.29 | 0.12 | 0.35 |
| Hex | 5F | 64 | 4F | 5 | 0 | 15 | 3D | 4A | C | 23 |
| Octal | 137 | 144 | 117 | 5 | 0 | 25 | 75 | 112 | 14 | 43 |
| Binary | 1011111 | 1100100 | 1001111 | 101 | 0 | 10101 | 111101 | 1001010 | 1100 | 100011 |
Color Harmonies of #5F644F
Complementary color
Monochromatic Colors of #5F644F
Black with #5F644F
Text Example
Text Example
White with #5F644F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F644F; }
p { color: rgb(95,100,79); }
H1.HeaderClassName
{
color: #5F644F;
}
.AnyTagClassName
{
color: #5F644F;
}
</style>
background-color css
<style>
a { background-color: #5F644F; }
a { background-color: rgb(95,100,79); }
div.DivClassName
{
background-color: #5F644F;
}
.BgClassName
{
background-color: #5F644F;
}
</style>
border-color css
<style>
span { border-color: #5F644F; }
span { border-color: rgb(95,100,79); }
td.TdClassName
{
border-color: #5F644F;
}
.TagClassName
{
border-color: #5F644F;
}
</style>