Shades of Quincy #685243
Tints of Quincy #685243
RGB
CMYK
RGB Variations
Color information
#685243 (or 0x685243) is known color: Quincy. HEX triplet: 68, 52 and 43. RGB value is (104,82,67). Sum of RGB (Red+Green+Blue) = 104+82+67=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 67 (26.56% from 255 or 26.48% from 253); Max value from RGB is 104 - color contains mainly: red. Hex color #685243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685243 is #97ADBC. Grayscale: #565656. Windows color (decimal): -9940413 or 4412008. OLE color: 4412008.
HSL color Cylindrical-coordinate representation of color #685243: hue angle of 24.32º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #685243 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 82 | 67 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.59 |
| HSL | 24.32º | 0.22% | 0.34% | - |
| HSV(B) | 24.32º | 0.36% | 0.41% | - |
| XYZ | 9.74 | 9.38 | 6.61 | - |
| YUV | 86.87 | 116.79 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 67 | 0 | 0.21 | 0.36 | 0.59 | 24.32 | 0.22 | 0.34 |
| Hex | 68 | 52 | 43 | 0 | 15 | 24 | 3B | 18 | 16 | 22 |
| Octal | 150 | 122 | 103 | 0 | 25 | 44 | 73 | 30 | 26 | 42 |
| Binary | 1101000 | 1010010 | 1000011 | 0 | 10101 | 100100 | 111011 | 11000 | 10110 | 100010 |
Color Harmonies of #685243
Complementary color
Monochromatic Colors of #685243
Black with #685243
Text Example
Text Example
White with #685243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685243; }
p { color: rgb(104,82,67); }
H1.HeaderClassName
{
color: #685243;
}
.AnyTagClassName
{
color: #685243;
}
</style>
background-color css
<style>
a { background-color: #685243; }
a { background-color: rgb(104,82,67); }
div.DivClassName
{
background-color: #685243;
}
.BgClassName
{
background-color: #685243;
}
</style>
border-color css
<style>
span { border-color: #685243; }
span { border-color: rgb(104,82,67); }
td.TdClassName
{
border-color: #685243;
}
.TagClassName
{
border-color: #685243;
}
</style>