Shades of Quincy #645449
Tints of Quincy #645449
RGB
CMYK
RGB Variations
Color information
#645449 (or 0x645449) is known color: Quincy. HEX triplet: 64, 54 and 49. RGB value is (100,84,73). Sum of RGB (Red+Green+Blue) = 100+84+73=257 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.91% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 100 - color contains mainly: red. Hex color #645449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645449 is #9BABB6. Grayscale: #575757. Windows color (decimal): -10202039 or 4805732. OLE color: 4805732.
HSL color Cylindrical-coordinate representation of color #645449: hue angle of 24.44º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #645449 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 84 | 73 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.61 |
| HSL | 24.44º | 0.16% | 0.34% | - |
| HSV(B) | 24.44º | 0.27% | 0.39% | - |
| XYZ | 9.63 | 9.53 | 7.64 | - |
| YUV | 87.53 | 119.8 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 84 | 73 | 0 | 0.16 | 0.27 | 0.61 | 24.44 | 0.16 | 0.34 |
| Hex | 64 | 54 | 49 | 0 | 10 | 1B | 3D | 18 | 10 | 22 |
| Octal | 144 | 124 | 111 | 0 | 20 | 33 | 75 | 30 | 20 | 42 |
| Binary | 1100100 | 1010100 | 1001001 | 0 | 10000 | 11011 | 111101 | 11000 | 10000 | 100010 |
Color Harmonies of #645449
Complementary color
Monochromatic Colors of #645449
Black with #645449
Text Example
Text Example
White with #645449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645449; }
p { color: rgb(100,84,73); }
H1.HeaderClassName
{
color: #645449;
}
.AnyTagClassName
{
color: #645449;
}
</style>
background-color css
<style>
a { background-color: #645449; }
a { background-color: rgb(100,84,73); }
div.DivClassName
{
background-color: #645449;
}
.BgClassName
{
background-color: #645449;
}
</style>
border-color css
<style>
span { border-color: #645449; }
span { border-color: rgb(100,84,73); }
td.TdClassName
{
border-color: #645449;
}
.TagClassName
{
border-color: #645449;
}
</style>