Shades of Quincy #6D554A
Tints of Quincy #6D554A
RGB
CMYK
RGB Variations
Color information
#6D554A (or 0x6D554A) is known color: Quincy. HEX triplet: 6D, 55 and 4A. RGB value is (109,85,74). Sum of RGB (Red+Green+Blue) = 109+85+74=268 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.67% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 109 - color contains mainly: red. Hex color #6D554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D554A is #92AAB5. Grayscale: #5A5A5A. Windows color (decimal): -9611958 or 4871533. OLE color: 4871533.
HSL color Cylindrical-coordinate representation of color #6D554A: hue angle of 18.86º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6D554A is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 85 | 74 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.57 |
| HSL | 18.86º | 0.19% | 0.36% | - |
| HSV(B) | 18.86º | 0.32% | 0.43% | - |
| XYZ | 10.79 | 10.24 | 7.89 | - |
| YUV | 90.92 | 118.45 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 85 | 74 | 0 | 0.22 | 0.32 | 0.57 | 18.86 | 0.19 | 0.36 |
| Hex | 6D | 55 | 4A | 0 | 16 | 20 | 39 | 13 | 13 | 24 |
| Octal | 155 | 125 | 112 | 0 | 26 | 40 | 71 | 23 | 23 | 44 |
| Binary | 1101101 | 1010101 | 1001010 | 0 | 10110 | 100000 | 111001 | 10011 | 10011 | 100100 |
Color Harmonies of #6D554A
Complementary color
Monochromatic Colors of #6D554A
Black with #6D554A
Text Example
Text Example
White with #6D554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D554A; }
p { color: rgb(109,85,74); }
H1.HeaderClassName
{
color: #6D554A;
}
.AnyTagClassName
{
color: #6D554A;
}
</style>
background-color css
<style>
a { background-color: #6D554A; }
a { background-color: rgb(109,85,74); }
div.DivClassName
{
background-color: #6D554A;
}
.BgClassName
{
background-color: #6D554A;
}
</style>
border-color css
<style>
span { border-color: #6D554A; }
span { border-color: rgb(109,85,74); }
td.TdClassName
{
border-color: #6D554A;
}
.TagClassName
{
border-color: #6D554A;
}
</style>