Shades of Quincy #645349
Tints of Quincy #645349
RGB
CMYK
RGB Variations
Color information
#645349 (or 0x645349) is known color: Quincy. HEX triplet: 64, 53 and 49. RGB value is (100,83,73). Sum of RGB (Red+Green+Blue) = 100+83+73=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 100 - color contains mainly: red. Hex color #645349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645349 is #9BACB6. Grayscale: #575757. Windows color (decimal): -10202295 or 4805476. OLE color: 4805476.
HSL color Cylindrical-coordinate representation of color #645349: hue angle of 22.22º 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 #645349 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 83 | 73 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.61 |
| HSL | 22.22º | 0.16% | 0.34% | - |
| HSV(B) | 22.22º | 0.27% | 0.39% | - |
| XYZ | 9.55 | 9.38 | 7.61 | - |
| YUV | 86.94 | 120.13 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 83 | 73 | 0 | 0.17 | 0.27 | 0.61 | 22.22 | 0.16 | 0.34 |
| Hex | 64 | 53 | 49 | 0 | 11 | 1B | 3D | 16 | 10 | 22 |
| Octal | 144 | 123 | 111 | 0 | 21 | 33 | 75 | 26 | 20 | 42 |
| Binary | 1100100 | 1010011 | 1001001 | 0 | 10001 | 11011 | 111101 | 10110 | 10000 | 100010 |
Color Harmonies of #645349
Complementary color
Monochromatic Colors of #645349
Black with #645349
Text Example
Text Example
White with #645349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645349; }
p { color: rgb(100,83,73); }
H1.HeaderClassName
{
color: #645349;
}
.AnyTagClassName
{
color: #645349;
}
</style>
background-color css
<style>
a { background-color: #645349; }
a { background-color: rgb(100,83,73); }
div.DivClassName
{
background-color: #645349;
}
.BgClassName
{
background-color: #645349;
}
</style>
border-color css
<style>
span { border-color: #645349; }
span { border-color: rgb(100,83,73); }
td.TdClassName
{
border-color: #645349;
}
.TagClassName
{
border-color: #645349;
}
</style>