Shades of Quincy #64503F
Tints of Quincy #64503F
RGB
CMYK
RGB Variations
Color information
#64503F (or 0x64503F) is known color: Quincy. HEX triplet: 64, 50 and 3F. RGB value is (100,80,63). Sum of RGB (Red+Green+Blue) = 100+80+63=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 100 - color contains mainly: red. Hex color #64503F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64503F is #9BAFC0. Grayscale: #545454. Windows color (decimal): -10203073 or 4149348. OLE color: 4149348.
HSL color Cylindrical-coordinate representation of color #64503F: hue angle of 27.57º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #64503F is Cyan = 0, Magento = 0.2, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 80 | 63 | - |
| CMYK | 0 | 0.2 | 0.37 | 0.61 |
| HSL | 27.57º | 0.23% | 0.32% | - |
| HSV(B) | 27.57º | 0.37% | 0.39% | - |
| XYZ | 9.02 | 8.81 | 5.93 | - |
| YUV | 84.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 63 | 0 | 0.2 | 0.37 | 0.61 | 27.57 | 0.23 | 0.32 |
| Hex | 64 | 50 | 3F | 0 | 14 | 25 | 3D | 1C | 17 | 20 |
| Octal | 144 | 120 | 77 | 0 | 24 | 45 | 75 | 34 | 27 | 40 |
| Binary | 1100100 | 1010000 | 111111 | 0 | 10100 | 100101 | 111101 | 11100 | 10111 | 100000 |
Color Harmonies of #64503F
Complementary color
Monochromatic Colors of #64503F
Black with #64503F
Text Example
Text Example
White with #64503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64503F; }
p { color: rgb(100,80,63); }
H1.HeaderClassName
{
color: #64503F;
}
.AnyTagClassName
{
color: #64503F;
}
</style>
background-color css
<style>
a { background-color: #64503F; }
a { background-color: rgb(100,80,63); }
div.DivClassName
{
background-color: #64503F;
}
.BgClassName
{
background-color: #64503F;
}
</style>
border-color css
<style>
span { border-color: #64503F; }
span { border-color: rgb(100,80,63); }
td.TdClassName
{
border-color: #64503F;
}
.TagClassName
{
border-color: #64503F;
}
</style>