Shades of Quincy #68574E
Tints of Quincy #68574E
RGB
CMYK
RGB Variations
Color information
#68574E (or 0x68574E) is known color: Quincy. HEX triplet: 68, 57 and 4E. RGB value is (104,87,78). Sum of RGB (Red+Green+Blue) = 104+87+78=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 104 - color contains mainly: red. Hex color #68574E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68574E is #97A8B1. Grayscale: #5B5B5B. Windows color (decimal): -9939122 or 5134184. OLE color: 5134184.
HSL color Cylindrical-coordinate representation of color #68574E: hue angle of 20.77º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68574E is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 87 | 78 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.59 |
| HSL | 20.77º | 0.14% | 0.36% | - |
| HSV(B) | 20.77º | 0.25% | 0.41% | - |
| XYZ | 10.49 | 10.31 | 8.64 | - |
| YUV | 91.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 87 | 78 | 0 | 0.16 | 0.25 | 0.59 | 20.77 | 0.14 | 0.36 |
| Hex | 68 | 57 | 4E | 0 | 10 | 19 | 3B | 15 | E | 24 |
| Octal | 150 | 127 | 116 | 0 | 20 | 31 | 73 | 25 | 16 | 44 |
| Binary | 1101000 | 1010111 | 1001110 | 0 | 10000 | 11001 | 111011 | 10101 | 1110 | 100100 |
Color Harmonies of #68574E
Complementary color
Monochromatic Colors of #68574E
Black with #68574E
Text Example
Text Example
White with #68574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68574E; }
p { color: rgb(104,87,78); }
H1.HeaderClassName
{
color: #68574E;
}
.AnyTagClassName
{
color: #68574E;
}
</style>
background-color css
<style>
a { background-color: #68574E; }
a { background-color: rgb(104,87,78); }
div.DivClassName
{
background-color: #68574E;
}
.BgClassName
{
background-color: #68574E;
}
</style>
border-color css
<style>
span { border-color: #68574E; }
span { border-color: rgb(104,87,78); }
td.TdClassName
{
border-color: #68574E;
}
.TagClassName
{
border-color: #68574E;
}
</style>