Shades of Quincy #645547
Tints of Quincy #645547
RGB
CMYK
RGB Variations
Color information
#645547 (or 0x645547) is known color: Quincy. HEX triplet: 64, 55 and 47. RGB value is (100,85,71). Sum of RGB (Red+Green+Blue) = 100+85+71=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 100 - color contains mainly: red. Hex color #645547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645547 is #9BAAB8. Grayscale: #575757. Windows color (decimal): -10201785 or 4674916. OLE color: 4674916.
HSL color Cylindrical-coordinate representation of color #645547: hue angle of 28.97º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #645547 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 85 | 71 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.61 |
| HSL | 28.97º | 0.17% | 0.34% | - |
| HSV(B) | 28.97º | 0.29% | 0.39% | - |
| XYZ | 9.64 | 9.66 | 7.32 | - |
| YUV | 87.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 85 | 71 | 0 | 0.15 | 0.29 | 0.61 | 28.97 | 0.17 | 0.34 |
| Hex | 64 | 55 | 47 | 0 | F | 1D | 3D | 1D | 11 | 22 |
| Octal | 144 | 125 | 107 | 0 | 17 | 35 | 75 | 35 | 21 | 42 |
| Binary | 1100100 | 1010101 | 1000111 | 0 | 1111 | 11101 | 111101 | 11101 | 10001 | 100010 |
Color Harmonies of #645547
Complementary color
Monochromatic Colors of #645547
Black with #645547
Text Example
Text Example
White with #645547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645547; }
p { color: rgb(100,85,71); }
H1.HeaderClassName
{
color: #645547;
}
.AnyTagClassName
{
color: #645547;
}
</style>
background-color css
<style>
a { background-color: #645547; }
a { background-color: rgb(100,85,71); }
div.DivClassName
{
background-color: #645547;
}
.BgClassName
{
background-color: #645547;
}
</style>
border-color css
<style>
span { border-color: #645547; }
span { border-color: rgb(100,85,71); }
td.TdClassName
{
border-color: #645547;
}
.TagClassName
{
border-color: #645547;
}
</style>