Shades of Quincy #64554C
Tints of Quincy #64554C
RGB
CMYK
RGB Variations
Color information
#64554C (or 0x64554C) is known color: Quincy. HEX triplet: 64, 55 and 4C. RGB value is (100,85,76). Sum of RGB (Red+Green+Blue) = 100+85+76=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 100 - color contains mainly: red. Hex color #64554C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64554C is #9BAAB3. Grayscale: #585858. Windows color (decimal): -10201780 or 5002596. OLE color: 5002596.
HSL color Cylindrical-coordinate representation of color #64554C: hue angle of 22.5º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #64554C is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 85 | 76 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.61 |
| HSL | 22.5º | 0.14% | 0.35% | - |
| HSV(B) | 22.5º | 0.24% | 0.39% | - |
| XYZ | 9.81 | 9.73 | 8.2 | - |
| YUV | 88.46 | 120.97 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 85 | 76 | 0 | 0.15 | 0.24 | 0.61 | 22.5 | 0.14 | 0.35 |
| Hex | 64 | 55 | 4C | 0 | F | 18 | 3D | 16 | E | 23 |
| Octal | 144 | 125 | 114 | 0 | 17 | 30 | 75 | 26 | 16 | 43 |
| Binary | 1100100 | 1010101 | 1001100 | 0 | 1111 | 11000 | 111101 | 10110 | 1110 | 100011 |
Color Harmonies of #64554C
Complementary color
Monochromatic Colors of #64554C
Black with #64554C
Text Example
Text Example
White with #64554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64554C; }
p { color: rgb(100,85,76); }
H1.HeaderClassName
{
color: #64554C;
}
.AnyTagClassName
{
color: #64554C;
}
</style>
background-color css
<style>
a { background-color: #64554C; }
a { background-color: rgb(100,85,76); }
div.DivClassName
{
background-color: #64554C;
}
.BgClassName
{
background-color: #64554C;
}
</style>
border-color css
<style>
span { border-color: #64554C; }
span { border-color: rgb(100,85,76); }
td.TdClassName
{
border-color: #64554C;
}
.TagClassName
{
border-color: #64554C;
}
</style>