Shades of Quincy #6D574C
Tints of Quincy #6D574C
RGB
CMYK
RGB Variations
Color information
#6D574C (or 0x6D574C) is known color: Quincy. HEX triplet: 6D, 57 and 4C. RGB value is (109,87,76). Sum of RGB (Red+Green+Blue) = 109+87+76=272 (36% of max value = 765). Red value is 109 (42.97% from 255 or 40.07% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 109 - color contains mainly: red. Hex color #6D574C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D574C is #92A8B3. Grayscale: #5C5C5C. Windows color (decimal): -9611444 or 5003117. OLE color: 5003117.
HSL color Cylindrical-coordinate representation of color #6D574C: hue angle of 20º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D574C is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 87 | 76 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.57 |
| HSL | 20º | 0.18% | 0.36% | - |
| HSV(B) | 20º | 0.3% | 0.43% | - |
| XYZ | 11.02 | 10.59 | 8.3 | - |
| YUV | 92.32 | 118.79 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 87 | 76 | 0 | 0.20 | 0.30 | 0.57 | 20 | 0.18 | 0.36 |
| Hex | 6D | 57 | 4C | 0 | 14 | 1E | 39 | 14 | 12 | 24 |
| Octal | 155 | 127 | 114 | 0 | 24 | 36 | 71 | 24 | 22 | 44 |
| Binary | 1101101 | 1010111 | 1001100 | 0 | 10100 | 11110 | 111001 | 10100 | 10010 | 100100 |
Color Harmonies of #6D574C
Complementary color
Monochromatic Colors of #6D574C
Black with #6D574C
Text Example
Text Example
White with #6D574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D574C; }
p { color: rgb(109,87,76); }
H1.HeaderClassName
{
color: #6D574C;
}
.AnyTagClassName
{
color: #6D574C;
}
</style>
background-color css
<style>
a { background-color: #6D574C; }
a { background-color: rgb(109,87,76); }
div.DivClassName
{
background-color: #6D574C;
}
.BgClassName
{
background-color: #6D574C;
}
</style>
border-color css
<style>
span { border-color: #6D574C; }
span { border-color: rgb(109,87,76); }
td.TdClassName
{
border-color: #6D574C;
}
.TagClassName
{
border-color: #6D574C;
}
</style>