Shades of Quincy #6D5647
Tints of Quincy #6D5647
RGB
CMYK
RGB Variations
Color information
#6D5647 (or 0x6D5647) is known color: Quincy. HEX triplet: 6D, 56 and 47. RGB value is (109,86,71). Sum of RGB (Red+Green+Blue) = 109+86+71=266 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.98% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5647 is #92A9B8. Grayscale: #5B5B5B. Windows color (decimal): -9611705 or 4675181. OLE color: 4675181.
HSL color Cylindrical-coordinate representation of color #6D5647: hue angle of 23.68º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6D5647 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 86 | 71 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.57 |
| HSL | 23.68º | 0.21% | 0.35% | - |
| HSV(B) | 23.68º | 0.35% | 0.43% | - |
| XYZ | 10.77 | 10.36 | 7.39 | - |
| YUV | 91.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 86 | 71 | 0 | 0.21 | 0.35 | 0.57 | 23.68 | 0.21 | 0.35 |
| Hex | 6D | 56 | 47 | 0 | 15 | 23 | 39 | 18 | 15 | 23 |
| Octal | 155 | 126 | 107 | 0 | 25 | 43 | 71 | 30 | 25 | 43 |
| Binary | 1101101 | 1010110 | 1000111 | 0 | 10101 | 100011 | 111001 | 11000 | 10101 | 100011 |
Color Harmonies of #6D5647
Complementary color
Monochromatic Colors of #6D5647
Black with #6D5647
Text Example
Text Example
White with #6D5647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5647; }
p { color: rgb(109,86,71); }
H1.HeaderClassName
{
color: #6D5647;
}
.AnyTagClassName
{
color: #6D5647;
}
</style>
background-color css
<style>
a { background-color: #6D5647; }
a { background-color: rgb(109,86,71); }
div.DivClassName
{
background-color: #6D5647;
}
.BgClassName
{
background-color: #6D5647;
}
</style>
border-color css
<style>
span { border-color: #6D5647; }
span { border-color: rgb(109,86,71); }
td.TdClassName
{
border-color: #6D5647;
}
.TagClassName
{
border-color: #6D5647;
}
</style>