Shades of Quincy #6D5644
Tints of Quincy #6D5644
RGB
CMYK
RGB Variations
Color information
#6D5644 (or 0x6D5644) is known color: Quincy. HEX triplet: 6D, 56 and 44. RGB value is (109,86,68). Sum of RGB (Red+Green+Blue) = 109+86+68=263 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.44% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5644 is #92A9BB. Grayscale: #5A5A5A. Windows color (decimal): -9611708 or 4478573. OLE color: 4478573.
HSL color Cylindrical-coordinate representation of color #6D5644: hue angle of 26.34º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D5644 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 86 | 68 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.57 |
| HSL | 26.34º | 0.23% | 0.35% | - |
| HSV(B) | 26.34º | 0.38% | 0.43% | - |
| XYZ | 10.68 | 10.32 | 6.9 | - |
| YUV | 90.83 | 115.12 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 86 | 68 | 0 | 0.21 | 0.38 | 0.57 | 26.34 | 0.23 | 0.35 |
| Hex | 6D | 56 | 44 | 0 | 15 | 26 | 39 | 1A | 17 | 23 |
| Octal | 155 | 126 | 104 | 0 | 25 | 46 | 71 | 32 | 27 | 43 |
| Binary | 1101101 | 1010110 | 1000100 | 0 | 10101 | 100110 | 111001 | 11010 | 10111 | 100011 |
Color Harmonies of #6D5644
Complementary color
Monochromatic Colors of #6D5644
Black with #6D5644
Text Example
Text Example
White with #6D5644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5644; }
p { color: rgb(109,86,68); }
H1.HeaderClassName
{
color: #6D5644;
}
.AnyTagClassName
{
color: #6D5644;
}
</style>
background-color css
<style>
a { background-color: #6D5644; }
a { background-color: rgb(109,86,68); }
div.DivClassName
{
background-color: #6D5644;
}
.BgClassName
{
background-color: #6D5644;
}
</style>
border-color css
<style>
span { border-color: #6D5644; }
span { border-color: rgb(109,86,68); }
td.TdClassName
{
border-color: #6D5644;
}
.TagClassName
{
border-color: #6D5644;
}
</style>