Shades of Quincy #685242
Tints of Quincy #685242
RGB
CMYK
RGB Variations
Color information
#685242 (or 0x685242) is known color: Quincy. HEX triplet: 68, 52 and 42. RGB value is (104,82,66). Sum of RGB (Red+Green+Blue) = 104+82+66=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #685242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685242 is #97ADBD. Grayscale: #565656. Windows color (decimal): -9940414 or 4346472. OLE color: 4346472.
HSL color Cylindrical-coordinate representation of color #685242: hue angle of 25.26º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #685242 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 82 | 66 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.59 |
| HSL | 25.26º | 0.22% | 0.33% | - |
| HSV(B) | 25.26º | 0.37% | 0.41% | - |
| XYZ | 9.71 | 9.37 | 6.45 | - |
| YUV | 86.75 | 116.29 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 66 | 0 | 0.21 | 0.37 | 0.59 | 25.26 | 0.22 | 0.33 |
| Hex | 68 | 52 | 42 | 0 | 15 | 25 | 3B | 19 | 16 | 21 |
| Octal | 150 | 122 | 102 | 0 | 25 | 45 | 73 | 31 | 26 | 41 |
| Binary | 1101000 | 1010010 | 1000010 | 0 | 10101 | 100101 | 111011 | 11001 | 10110 | 100001 |
Color Harmonies of #685242
Complementary color
Monochromatic Colors of #685242
Black with #685242
Text Example
Text Example
White with #685242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685242; }
p { color: rgb(104,82,66); }
H1.HeaderClassName
{
color: #685242;
}
.AnyTagClassName
{
color: #685242;
}
</style>
background-color css
<style>
a { background-color: #685242; }
a { background-color: rgb(104,82,66); }
div.DivClassName
{
background-color: #685242;
}
.BgClassName
{
background-color: #685242;
}
</style>
border-color css
<style>
span { border-color: #685242; }
span { border-color: rgb(104,82,66); }
td.TdClassName
{
border-color: #685242;
}
.TagClassName
{
border-color: #685242;
}
</style>