Shades of Quincy #6D5444
Tints of Quincy #6D5444
RGB
CMYK
RGB Variations
Color information
#6D5444 (or 0x6D5444) is known color: Quincy. HEX triplet: 6D, 54 and 44. RGB value is (109,84,68). Sum of RGB (Red+Green+Blue) = 109+84+68=261 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.76% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5444 is #92ABBB. Grayscale: #595959. Windows color (decimal): -9612220 or 4478061. OLE color: 4478061.
HSL color Cylindrical-coordinate representation of color #6D5444: hue angle of 23.41º 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 #6D5444 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 84 | 68 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.57 |
| HSL | 23.41º | 0.23% | 0.35% | - |
| HSV(B) | 23.41º | 0.38% | 0.43% | - |
| XYZ | 10.52 | 10.01 | 6.85 | - |
| YUV | 89.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 84 | 68 | 0 | 0.23 | 0.38 | 0.57 | 23.41 | 0.23 | 0.35 |
| Hex | 6D | 54 | 44 | 0 | 17 | 26 | 39 | 17 | 17 | 23 |
| Octal | 155 | 124 | 104 | 0 | 27 | 46 | 71 | 27 | 27 | 43 |
| Binary | 1101101 | 1010100 | 1000100 | 0 | 10111 | 100110 | 111001 | 10111 | 10111 | 100011 |
Color Harmonies of #6D5444
Complementary color
Monochromatic Colors of #6D5444
Black with #6D5444
Text Example
Text Example
White with #6D5444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5444; }
p { color: rgb(109,84,68); }
H1.HeaderClassName
{
color: #6D5444;
}
.AnyTagClassName
{
color: #6D5444;
}
</style>
background-color css
<style>
a { background-color: #6D5444; }
a { background-color: rgb(109,84,68); }
div.DivClassName
{
background-color: #6D5444;
}
.BgClassName
{
background-color: #6D5444;
}
</style>
border-color css
<style>
span { border-color: #6D5444; }
span { border-color: rgb(109,84,68); }
td.TdClassName
{
border-color: #6D5444;
}
.TagClassName
{
border-color: #6D5444;
}
</style>