Shades of Quincy #6D5345
Tints of Quincy #6D5345
RGB
CMYK
RGB Variations
Color information
#6D5345 (or 0x6D5345) is known color: Quincy. HEX triplet: 6D, 53 and 45. RGB value is (109,83,69). Sum of RGB (Red+Green+Blue) = 109+83+69=261 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.76% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5345 is #92ACBA. Grayscale: #595959. Windows color (decimal): -9612475 or 4543341. OLE color: 4543341.
HSL color Cylindrical-coordinate representation of color #6D5345: hue angle of 21º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D5345 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 83 | 69 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.57 |
| HSL | 21º | 0.22% | 0.35% | - |
| HSV(B) | 21º | 0.37% | 0.43% | - |
| XYZ | 10.47 | 9.87 | 6.98 | - |
| YUV | 89.18 | 116.61 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 83 | 69 | 0 | 0.24 | 0.37 | 0.57 | 21 | 0.22 | 0.35 |
| Hex | 6D | 53 | 45 | 0 | 18 | 25 | 39 | 15 | 16 | 23 |
| Octal | 155 | 123 | 105 | 0 | 30 | 45 | 71 | 25 | 26 | 43 |
| Binary | 1101101 | 1010011 | 1000101 | 0 | 11000 | 100101 | 111001 | 10101 | 10110 | 100011 |
Color Harmonies of #6D5345
Complementary color
Monochromatic Colors of #6D5345
Black with #6D5345
Text Example
Text Example
White with #6D5345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5345; }
p { color: rgb(109,83,69); }
H1.HeaderClassName
{
color: #6D5345;
}
.AnyTagClassName
{
color: #6D5345;
}
</style>
background-color css
<style>
a { background-color: #6D5345; }
a { background-color: rgb(109,83,69); }
div.DivClassName
{
background-color: #6D5345;
}
.BgClassName
{
background-color: #6D5345;
}
</style>
border-color css
<style>
span { border-color: #6D5345; }
span { border-color: rgb(109,83,69); }
td.TdClassName
{
border-color: #6D5345;
}
.TagClassName
{
border-color: #6D5345;
}
</style>