Shades of Quincy #645445
Tints of Quincy #645445
RGB
CMYK
RGB Variations
Color information
#645445 (or 0x645445) is known color: Quincy. HEX triplet: 64, 54 and 45. RGB value is (100,84,69). Sum of RGB (Red+Green+Blue) = 100+84+69=253 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.53% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 100 - color contains mainly: red. Hex color #645445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645445 is #9BABBA. Grayscale: #575757. Windows color (decimal): -10202043 or 4543588. OLE color: 4543588.
HSL color Cylindrical-coordinate representation of color #645445: hue angle of 29.03º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #645445 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 84 | 69 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.61 |
| HSL | 29.03º | 0.18% | 0.33% | - |
| HSV(B) | 29.03º | 0.31% | 0.39% | - |
| XYZ | 9.5 | 9.48 | 6.96 | - |
| YUV | 87.07 | 117.8 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 84 | 69 | 0 | 0.16 | 0.31 | 0.61 | 29.03 | 0.18 | 0.33 |
| Hex | 64 | 54 | 45 | 0 | 10 | 1F | 3D | 1D | 12 | 21 |
| Octal | 144 | 124 | 105 | 0 | 20 | 37 | 75 | 35 | 22 | 41 |
| Binary | 1100100 | 1010100 | 1000101 | 0 | 10000 | 11111 | 111101 | 11101 | 10010 | 100001 |
Color Harmonies of #645445
Complementary color
Monochromatic Colors of #645445
Black with #645445
Text Example
Text Example
White with #645445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645445; }
p { color: rgb(100,84,69); }
H1.HeaderClassName
{
color: #645445;
}
.AnyTagClassName
{
color: #645445;
}
</style>
background-color css
<style>
a { background-color: #645445; }
a { background-color: rgb(100,84,69); }
div.DivClassName
{
background-color: #645445;
}
.BgClassName
{
background-color: #645445;
}
</style>
border-color css
<style>
span { border-color: #645445; }
span { border-color: rgb(100,84,69); }
td.TdClassName
{
border-color: #645445;
}
.TagClassName
{
border-color: #645445;
}
</style>