Shades of Quincy #6D5746
Tints of Quincy #6D5746
RGB
CMYK
RGB Variations
Color information
#6D5746 (or 0x6D5746) is known color: Quincy. HEX triplet: 6D, 57 and 46. RGB value is (109,87,70). Sum of RGB (Red+Green+Blue) = 109+87+70=266 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.98% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5746 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5746 is #92A8B9. Grayscale: #5B5B5B. Windows color (decimal): -9611450 or 4609901. OLE color: 4609901.
HSL color Cylindrical-coordinate representation of color #6D5746: hue angle of 26.15º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D5746 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 87 | 70 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.57 |
| HSL | 26.15º | 0.22% | 0.35% | - |
| HSV(B) | 26.15º | 0.36% | 0.43% | - |
| XYZ | 10.82 | 10.51 | 7.25 | - |
| YUV | 91.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 87 | 70 | 0 | 0.20 | 0.36 | 0.57 | 26.15 | 0.22 | 0.35 |
| Hex | 6D | 57 | 46 | 0 | 14 | 24 | 39 | 1A | 16 | 23 |
| Octal | 155 | 127 | 106 | 0 | 24 | 44 | 71 | 32 | 26 | 43 |
| Binary | 1101101 | 1010111 | 1000110 | 0 | 10100 | 100100 | 111001 | 11010 | 10110 | 100011 |
Color Harmonies of #6D5746
Complementary color
Monochromatic Colors of #6D5746
Black with #6D5746
Text Example
Text Example
White with #6D5746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5746; }
p { color: rgb(109,87,70); }
H1.HeaderClassName
{
color: #6D5746;
}
.AnyTagClassName
{
color: #6D5746;
}
</style>
background-color css
<style>
a { background-color: #6D5746; }
a { background-color: rgb(109,87,70); }
div.DivClassName
{
background-color: #6D5746;
}
.BgClassName
{
background-color: #6D5746;
}
</style>
border-color css
<style>
span { border-color: #6D5746; }
span { border-color: rgb(109,87,70); }
td.TdClassName
{
border-color: #6D5746;
}
.TagClassName
{
border-color: #6D5746;
}
</style>