Shades of Quincy #6A564A
Tints of Quincy #6A564A
RGB
CMYK
RGB Variations
Color information
#6A564A (or 0x6A564A) is known color: Quincy. HEX triplet: 6A, 56 and 4A. RGB value is (106,86,74). Sum of RGB (Red+Green+Blue) = 106+86+74=266 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.85% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 106 - color contains mainly: red. Hex color #6A564A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A564A is #95A9B5. Grayscale: #5A5A5A. Windows color (decimal): -9808310 or 4871786. OLE color: 4871786.
HSL color Cylindrical-coordinate representation of color #6A564A: hue angle of 22.5º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6A564A is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 86 | 74 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.58 |
| HSL | 22.5º | 0.18% | 0.35% | - |
| HSV(B) | 22.5º | 0.3% | 0.42% | - |
| XYZ | 10.51 | 10.21 | 7.9 | - |
| YUV | 90.61 | 118.63 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 86 | 74 | 0 | 0.19 | 0.30 | 0.58 | 22.5 | 0.18 | 0.35 |
| Hex | 6A | 56 | 4A | 0 | 13 | 1E | 3A | 16 | 12 | 23 |
| Octal | 152 | 126 | 112 | 0 | 23 | 36 | 72 | 26 | 22 | 43 |
| Binary | 1101010 | 1010110 | 1001010 | 0 | 10011 | 11110 | 111010 | 10110 | 10010 | 100011 |
Color Harmonies of #6A564A
Complementary color
Monochromatic Colors of #6A564A
Black with #6A564A
Text Example
Text Example
White with #6A564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A564A; }
p { color: rgb(106,86,74); }
H1.HeaderClassName
{
color: #6A564A;
}
.AnyTagClassName
{
color: #6A564A;
}
</style>
background-color css
<style>
a { background-color: #6A564A; }
a { background-color: rgb(106,86,74); }
div.DivClassName
{
background-color: #6A564A;
}
.BgClassName
{
background-color: #6A564A;
}
</style>
border-color css
<style>
span { border-color: #6A564A; }
span { border-color: rgb(106,86,74); }
td.TdClassName
{
border-color: #6A564A;
}
.TagClassName
{
border-color: #6A564A;
}
</style>