Shades of Quincy #68513E
Tints of Quincy #68513E
RGB
CMYK
RGB Variations
Color information
#68513E (or 0x68513E) is known color: Quincy. HEX triplet: 68, 51 and 3E. RGB value is (104,81,62). Sum of RGB (Red+Green+Blue) = 104+81+62=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 104 - color contains mainly: red. Hex color #68513E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68513E is #97AEC1. Grayscale: #555555. Windows color (decimal): -9940674 or 4084072. OLE color: 4084072.
HSL color Cylindrical-coordinate representation of color #68513E: hue angle of 27.14º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68513E is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 81 | 62 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.59 |
| HSL | 27.14º | 0.25% | 0.33% | - |
| HSV(B) | 27.14º | 0.4% | 0.41% | - |
| XYZ | 9.52 | 9.18 | 5.83 | - |
| YUV | 85.71 | 114.62 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 81 | 62 | 0 | 0.22 | 0.40 | 0.59 | 27.14 | 0.25 | 0.33 |
| Hex | 68 | 51 | 3E | 0 | 16 | 28 | 3B | 1B | 19 | 21 |
| Octal | 150 | 121 | 76 | 0 | 26 | 50 | 73 | 33 | 31 | 41 |
| Binary | 1101000 | 1010001 | 111110 | 0 | 10110 | 101000 | 111011 | 11011 | 11001 | 100001 |
Color Harmonies of #68513E
Complementary color
Monochromatic Colors of #68513E
Black with #68513E
Text Example
Text Example
White with #68513E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68513E; }
p { color: rgb(104,81,62); }
H1.HeaderClassName
{
color: #68513E;
}
.AnyTagClassName
{
color: #68513E;
}
</style>
background-color css
<style>
a { background-color: #68513E; }
a { background-color: rgb(104,81,62); }
div.DivClassName
{
background-color: #68513E;
}
.BgClassName
{
background-color: #68513E;
}
</style>
border-color css
<style>
span { border-color: #68513E; }
span { border-color: rgb(104,81,62); }
td.TdClassName
{
border-color: #68513E;
}
.TagClassName
{
border-color: #68513E;
}
</style>