Shades of Quincy #645142
Tints of Quincy #645142
RGB
CMYK
RGB Variations
Color information
#645142 (or 0x645142) is known color: Quincy. HEX triplet: 64, 51 and 42. RGB value is (100,81,66). Sum of RGB (Red+Green+Blue) = 100+81+66=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 100 - color contains mainly: red. Hex color #645142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645142 is #9BAEBD. Grayscale: #555555. Windows color (decimal): -10202814 or 4346212. OLE color: 4346212.
HSL color Cylindrical-coordinate representation of color #645142: hue angle of 26.47º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #645142 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 81 | 66 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.61 |
| HSL | 26.47º | 0.2% | 0.33% | - |
| HSV(B) | 26.47º | 0.34% | 0.39% | - |
| XYZ | 9.18 | 8.99 | 6.41 | - |
| YUV | 84.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 81 | 66 | 0 | 0.19 | 0.34 | 0.61 | 26.47 | 0.2 | 0.33 |
| Hex | 64 | 51 | 42 | 0 | 13 | 22 | 3D | 1A | 14 | 21 |
| Octal | 144 | 121 | 102 | 0 | 23 | 42 | 75 | 32 | 24 | 41 |
| Binary | 1100100 | 1010001 | 1000010 | 0 | 10011 | 100010 | 111101 | 11010 | 10100 | 100001 |
Color Harmonies of #645142
Complementary color
Monochromatic Colors of #645142
Black with #645142
Text Example
Text Example
White with #645142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645142; }
p { color: rgb(100,81,66); }
H1.HeaderClassName
{
color: #645142;
}
.AnyTagClassName
{
color: #645142;
}
</style>
background-color css
<style>
a { background-color: #645142; }
a { background-color: rgb(100,81,66); }
div.DivClassName
{
background-color: #645142;
}
.BgClassName
{
background-color: #645142;
}
</style>
border-color css
<style>
span { border-color: #645142; }
span { border-color: rgb(100,81,66); }
td.TdClassName
{
border-color: #645142;
}
.TagClassName
{
border-color: #645142;
}
</style>