Shades of Quincy #685547
Tints of Quincy #685547
RGB
CMYK
RGB Variations
Color information
#685547 (or 0x685547) is known color: Quincy. HEX triplet: 68, 55 and 47. RGB value is (104,85,71). Sum of RGB (Red+Green+Blue) = 104+85+71=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 71 (28.12% from 255 or 27.31% from 260); Max value from RGB is 104 - color contains mainly: red. Hex color #685547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685547 is #97AAB8. Grayscale: #595959. Windows color (decimal): -9939641 or 4674920. OLE color: 4674920.
HSL color Cylindrical-coordinate representation of color #685547: hue angle of 25.45º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #685547 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 85 | 71 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.59 |
| HSL | 25.45º | 0.19% | 0.34% | - |
| HSV(B) | 25.45º | 0.32% | 0.41% | - |
| XYZ | 10.09 | 9.89 | 7.34 | - |
| YUV | 89.09 | 117.79 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 85 | 71 | 0 | 0.18 | 0.32 | 0.59 | 25.45 | 0.19 | 0.34 |
| Hex | 68 | 55 | 47 | 0 | 12 | 20 | 3B | 19 | 13 | 22 |
| Octal | 150 | 125 | 107 | 0 | 22 | 40 | 73 | 31 | 23 | 42 |
| Binary | 1101000 | 1010101 | 1000111 | 0 | 10010 | 100000 | 111011 | 11001 | 10011 | 100010 |
Color Harmonies of #685547
Complementary color
Monochromatic Colors of #685547
Black with #685547
Text Example
Text Example
White with #685547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685547; }
p { color: rgb(104,85,71); }
H1.HeaderClassName
{
color: #685547;
}
.AnyTagClassName
{
color: #685547;
}
</style>
background-color css
<style>
a { background-color: #685547; }
a { background-color: rgb(104,85,71); }
div.DivClassName
{
background-color: #685547;
}
.BgClassName
{
background-color: #685547;
}
</style>
border-color css
<style>
span { border-color: #685547; }
span { border-color: rgb(104,85,71); }
td.TdClassName
{
border-color: #685547;
}
.TagClassName
{
border-color: #685547;
}
</style>