Shades of Quincy #68564D
Tints of Quincy #68564D
RGB
CMYK
RGB Variations
Color information
#68564D (or 0x68564D) is known color: Quincy. HEX triplet: 68, 56 and 4D. RGB value is (104,86,77). Sum of RGB (Red+Green+Blue) = 104+86+77=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #68564D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68564D is #97A9B2. Grayscale: #5A5A5A. Windows color (decimal): -9939379 or 5068392. OLE color: 5068392.
HSL color Cylindrical-coordinate representation of color #68564D: hue angle of 20º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #68564D is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 86 | 77 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.59 |
| HSL | 20º | 0.15% | 0.35% | - |
| HSV(B) | 20º | 0.26% | 0.41% | - |
| XYZ | 10.38 | 10.13 | 8.43 | - |
| YUV | 90.36 | 120.46 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 86 | 77 | 0 | 0.17 | 0.26 | 0.59 | 20 | 0.15 | 0.35 |
| Hex | 68 | 56 | 4D | 0 | 11 | 1A | 3B | 14 | F | 23 |
| Octal | 150 | 126 | 115 | 0 | 21 | 32 | 73 | 24 | 17 | 43 |
| Binary | 1101000 | 1010110 | 1001101 | 0 | 10001 | 11010 | 111011 | 10100 | 1111 | 100011 |
Color Harmonies of #68564D
Complementary color
Monochromatic Colors of #68564D
Black with #68564D
Text Example
Text Example
White with #68564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68564D; }
p { color: rgb(104,86,77); }
H1.HeaderClassName
{
color: #68564D;
}
.AnyTagClassName
{
color: #68564D;
}
</style>
background-color css
<style>
a { background-color: #68564D; }
a { background-color: rgb(104,86,77); }
div.DivClassName
{
background-color: #68564D;
}
.BgClassName
{
background-color: #68564D;
}
</style>
border-color css
<style>
span { border-color: #68564D; }
span { border-color: rgb(104,86,77); }
td.TdClassName
{
border-color: #68564D;
}
.TagClassName
{
border-color: #68564D;
}
</style>