Shades of Quincy #68544A
Tints of Quincy #68544A
RGB
CMYK
RGB Variations
Color information
#68544A (or 0x68544A) is known color: Quincy. HEX triplet: 68, 54 and 4A. RGB value is (104,84,74). Sum of RGB (Red+Green+Blue) = 104+84+74=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 104 - color contains mainly: red. Hex color #68544A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68544A is #97ABB5. Grayscale: #585858. Windows color (decimal): -9939894 or 4871272. OLE color: 4871272.
HSL color Cylindrical-coordinate representation of color #68544A: hue angle of 20º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68544A is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 84 | 74 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.59 |
| HSL | 20º | 0.17% | 0.35% | - |
| HSV(B) | 20º | 0.29% | 0.41% | - |
| XYZ | 10.12 | 9.78 | 7.83 | - |
| YUV | 88.84 | 119.63 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 84 | 74 | 0 | 0.19 | 0.29 | 0.59 | 20 | 0.17 | 0.35 |
| Hex | 68 | 54 | 4A | 0 | 13 | 1D | 3B | 14 | 11 | 23 |
| Octal | 150 | 124 | 112 | 0 | 23 | 35 | 73 | 24 | 21 | 43 |
| Binary | 1101000 | 1010100 | 1001010 | 0 | 10011 | 11101 | 111011 | 10100 | 10001 | 100011 |
Color Harmonies of #68544A
Complementary color
Monochromatic Colors of #68544A
Black with #68544A
Text Example
Text Example
White with #68544A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68544A; }
p { color: rgb(104,84,74); }
H1.HeaderClassName
{
color: #68544A;
}
.AnyTagClassName
{
color: #68544A;
}
</style>
background-color css
<style>
a { background-color: #68544A; }
a { background-color: rgb(104,84,74); }
div.DivClassName
{
background-color: #68544A;
}
.BgClassName
{
background-color: #68544A;
}
</style>
border-color css
<style>
span { border-color: #68544A; }
span { border-color: rgb(104,84,74); }
td.TdClassName
{
border-color: #68544A;
}
.TagClassName
{
border-color: #68544A;
}
</style>