Shades of Quincy #68564C
Tints of Quincy #68564C
RGB
CMYK
RGB Variations
Color information
#68564C (or 0x68564C) is known color: Quincy. HEX triplet: 68, 56 and 4C. RGB value is (104,86,76). Sum of RGB (Red+Green+Blue) = 104+86+76=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 104 - color contains mainly: red. Hex color #68564C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68564C is #97A9B3. Grayscale: #5A5A5A. Windows color (decimal): -9939380 or 5002856. OLE color: 5002856.
HSL color Cylindrical-coordinate representation of color #68564C: hue angle of 21.43º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #68564C is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 86 | 76 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.59 |
| HSL | 21.43º | 0.16% | 0.35% | - |
| HSV(B) | 21.43º | 0.27% | 0.41% | - |
| XYZ | 10.34 | 10.12 | 8.25 | - |
| YUV | 90.24 | 119.96 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 86 | 76 | 0 | 0.17 | 0.27 | 0.59 | 21.43 | 0.16 | 0.35 |
| Hex | 68 | 56 | 4C | 0 | 11 | 1B | 3B | 15 | 10 | 23 |
| Octal | 150 | 126 | 114 | 0 | 21 | 33 | 73 | 25 | 20 | 43 |
| Binary | 1101000 | 1010110 | 1001100 | 0 | 10001 | 11011 | 111011 | 10101 | 10000 | 100011 |
Color Harmonies of #68564C
Complementary color
Monochromatic Colors of #68564C
Black with #68564C
Text Example
Text Example
White with #68564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68564C; }
p { color: rgb(104,86,76); }
H1.HeaderClassName
{
color: #68564C;
}
.AnyTagClassName
{
color: #68564C;
}
</style>
background-color css
<style>
a { background-color: #68564C; }
a { background-color: rgb(104,86,76); }
div.DivClassName
{
background-color: #68564C;
}
.BgClassName
{
background-color: #68564C;
}
</style>
border-color css
<style>
span { border-color: #68564C; }
span { border-color: rgb(104,86,76); }
td.TdClassName
{
border-color: #68564C;
}
.TagClassName
{
border-color: #68564C;
}
</style>