Shades of Quincy #6D5542
Tints of Quincy #6D5542
RGB
CMYK
RGB Variations
Color information
#6D5542 (or 0x6D5542) is known color: Quincy. HEX triplet: 6D, 55 and 42. RGB value is (109,85,66). Sum of RGB (Red+Green+Blue) = 109+85+66=260 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.92% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5542 is #92AABD. Grayscale: #5A5A5A. Windows color (decimal): -9611966 or 4347245. OLE color: 4347245.
HSL color Cylindrical-coordinate representation of color #6D5542: hue angle of 26.51º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D5542 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 85 | 66 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.57 |
| HSL | 26.51º | 0.25% | 0.34% | - |
| HSV(B) | 26.51º | 0.39% | 0.43% | - |
| XYZ | 10.54 | 10.14 | 6.56 | - |
| YUV | 90.01 | 114.45 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 85 | 66 | 0 | 0.22 | 0.39 | 0.57 | 26.51 | 0.25 | 0.34 |
| Hex | 6D | 55 | 42 | 0 | 16 | 27 | 39 | 1B | 19 | 22 |
| Octal | 155 | 125 | 102 | 0 | 26 | 47 | 71 | 33 | 31 | 42 |
| Binary | 1101101 | 1010101 | 1000010 | 0 | 10110 | 100111 | 111001 | 11011 | 11001 | 100010 |
Color Harmonies of #6D5542
Complementary color
Monochromatic Colors of #6D5542
Black with #6D5542
Text Example
Text Example
White with #6D5542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5542; }
p { color: rgb(109,85,66); }
H1.HeaderClassName
{
color: #6D5542;
}
.AnyTagClassName
{
color: #6D5542;
}
</style>
background-color css
<style>
a { background-color: #6D5542; }
a { background-color: rgb(109,85,66); }
div.DivClassName
{
background-color: #6D5542;
}
.BgClassName
{
background-color: #6D5542;
}
</style>
border-color css
<style>
span { border-color: #6D5542; }
span { border-color: rgb(109,85,66); }
td.TdClassName
{
border-color: #6D5542;
}
.TagClassName
{
border-color: #6D5542;
}
</style>