Shades of Chicago #676A5F
Tints of Chicago #676A5F
RGB
CMYK
RGB Variations
Color information
#676A5F (or 0x676A5F) is known color: Chicago. HEX triplet: 67, 6A and 5F. RGB value is (103,106,95). Sum of RGB (Red+Green+Blue) = 103+106+95=304 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.88% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 106 - color contains mainly: green. Hex color #676A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676A5F is #9895A0. Grayscale: #676767. Windows color (decimal): -9999777 or 6253159. OLE color: 6253159.
HSL color Cylindrical-coordinate representation of color #676A5F: hue angle of 76.36º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #676A5F is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 106 | 95 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.58 |
| HSL | 76.36º | 0.05% | 0.39% | - |
| HSV(B) | 76.36º | 0.1% | 0.42% | - |
| XYZ | 12.81 | 14.02 | 12.86 | - |
| YUV | 103.85 | 123.01 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 106 | 95 | 0.03 | 0 | 0.10 | 0.58 | 76.36 | 0.05 | 0.39 |
| Hex | 67 | 6A | 5F | 3 | 0 | A | 3A | 4C | 5 | 27 |
| Octal | 147 | 152 | 137 | 3 | 0 | 12 | 72 | 114 | 5 | 47 |
| Binary | 1100111 | 1101010 | 1011111 | 11 | 0 | 1010 | 111010 | 1001100 | 101 | 100111 |
Color Harmonies of #676A5F
Complementary color
Monochromatic Colors of #676A5F
Black with #676A5F
Text Example
Text Example
White with #676A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676A5F; }
p { color: rgb(103,106,95); }
H1.HeaderClassName
{
color: #676A5F;
}
.AnyTagClassName
{
color: #676A5F;
}
</style>
background-color css
<style>
a { background-color: #676A5F; }
a { background-color: rgb(103,106,95); }
div.DivClassName
{
background-color: #676A5F;
}
.BgClassName
{
background-color: #676A5F;
}
</style>
border-color css
<style>
span { border-color: #676A5F; }
span { border-color: rgb(103,106,95); }
td.TdClassName
{
border-color: #676A5F;
}
.TagClassName
{
border-color: #676A5F;
}
</style>