Shades of Quincy #65564A
Tints of Quincy #65564A
RGB
CMYK
RGB Variations
Color information
#65564A (or 0x65564A) is known color: Quincy. HEX triplet: 65, 56 and 4A. RGB value is (101,86,74). Sum of RGB (Red+Green+Blue) = 101+86+74=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 101 - color contains mainly: red. Hex color #65564A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65564A is #9AA9B5. Grayscale: #595959. Windows color (decimal): -10135990 or 4871781. OLE color: 4871781.
HSL color Cylindrical-coordinate representation of color #65564A: hue angle of 26.67º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #65564A is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 86 | 74 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.60 |
| HSL | 26.67º | 0.15% | 0.34% | - |
| HSV(B) | 26.67º | 0.27% | 0.4% | - |
| XYZ | 9.93 | 9.92 | 7.87 | - |
| YUV | 89.12 | 119.47 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 86 | 74 | 0 | 0.15 | 0.27 | 0.60 | 26.67 | 0.15 | 0.34 |
| Hex | 65 | 56 | 4A | 0 | F | 1B | 3C | 1B | F | 22 |
| Octal | 145 | 126 | 112 | 0 | 17 | 33 | 74 | 33 | 17 | 42 |
| Binary | 1100101 | 1010110 | 1001010 | 0 | 1111 | 11011 | 111100 | 11011 | 1111 | 100010 |
Color Harmonies of #65564A
Complementary color
Monochromatic Colors of #65564A
Black with #65564A
Text Example
Text Example
White with #65564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65564A; }
p { color: rgb(101,86,74); }
H1.HeaderClassName
{
color: #65564A;
}
.AnyTagClassName
{
color: #65564A;
}
</style>
background-color css
<style>
a { background-color: #65564A; }
a { background-color: rgb(101,86,74); }
div.DivClassName
{
background-color: #65564A;
}
.BgClassName
{
background-color: #65564A;
}
</style>
border-color css
<style>
span { border-color: #65564A; }
span { border-color: rgb(101,86,74); }
td.TdClassName
{
border-color: #65564A;
}
.TagClassName
{
border-color: #65564A;
}
</style>