Shades of Quincy #685144
Tints of Quincy #685144
RGB
CMYK
RGB Variations
Color information
#685144 (or 0x685144) is known color: Quincy. HEX triplet: 68, 51 and 44. RGB value is (104,81,68). Sum of RGB (Red+Green+Blue) = 104+81+68=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 68 (26.95% from 255 or 26.88% from 253); Max value from RGB is 104 - color contains mainly: red. Hex color #685144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685144 is #97AEBB. Grayscale: #565656. Windows color (decimal): -9940668 or 4477288. OLE color: 4477288.
HSL color Cylindrical-coordinate representation of color #685144: hue angle of 21.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #685144 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 81 | 68 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.59 |
| HSL | 21.67º | 0.21% | 0.34% | - |
| HSV(B) | 21.67º | 0.35% | 0.41% | - |
| XYZ | 9.69 | 9.25 | 6.74 | - |
| YUV | 86.4 | 117.62 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 81 | 68 | 0 | 0.22 | 0.35 | 0.59 | 21.67 | 0.21 | 0.34 |
| Hex | 68 | 51 | 44 | 0 | 16 | 23 | 3B | 16 | 15 | 22 |
| Octal | 150 | 121 | 104 | 0 | 26 | 43 | 73 | 26 | 25 | 42 |
| Binary | 1101000 | 1010001 | 1000100 | 0 | 10110 | 100011 | 111011 | 10110 | 10101 | 100010 |
Color Harmonies of #685144
Complementary color
Monochromatic Colors of #685144
Black with #685144
Text Example
Text Example
White with #685144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685144; }
p { color: rgb(104,81,68); }
H1.HeaderClassName
{
color: #685144;
}
.AnyTagClassName
{
color: #685144;
}
</style>
background-color css
<style>
a { background-color: #685144; }
a { background-color: rgb(104,81,68); }
div.DivClassName
{
background-color: #685144;
}
.BgClassName
{
background-color: #685144;
}
</style>
border-color css
<style>
span { border-color: #685144; }
span { border-color: rgb(104,81,68); }
td.TdClassName
{
border-color: #685144;
}
.TagClassName
{
border-color: #685144;
}
</style>