Shades of Quincy #6D574D
Tints of Quincy #6D574D
RGB
CMYK
RGB Variations
Color information
#6D574D (or 0x6D574D) is known color: Quincy. HEX triplet: 6D, 57 and 4D. RGB value is (109,87,77). Sum of RGB (Red+Green+Blue) = 109+87+77=273 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.93% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 109 - color contains mainly: red. Hex color #6D574D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D574D is #92A8B2. Grayscale: #5C5C5C. Windows color (decimal): -9611443 or 5068653. OLE color: 5068653.
HSL color Cylindrical-coordinate representation of color #6D574D: hue angle of 18.75º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D574D is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 87 | 77 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.57 |
| HSL | 18.75º | 0.17% | 0.36% | - |
| HSV(B) | 18.75º | 0.29% | 0.43% | - |
| XYZ | 11.05 | 10.6 | 8.49 | - |
| YUV | 92.44 | 119.29 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 87 | 77 | 0 | 0.20 | 0.29 | 0.57 | 18.75 | 0.17 | 0.36 |
| Hex | 6D | 57 | 4D | 0 | 14 | 1D | 39 | 13 | 11 | 24 |
| Octal | 155 | 127 | 115 | 0 | 24 | 35 | 71 | 23 | 21 | 44 |
| Binary | 1101101 | 1010111 | 1001101 | 0 | 10100 | 11101 | 111001 | 10011 | 10001 | 100100 |
Color Harmonies of #6D574D
Complementary color
Monochromatic Colors of #6D574D
Black with #6D574D
Text Example
Text Example
White with #6D574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D574D; }
p { color: rgb(109,87,77); }
H1.HeaderClassName
{
color: #6D574D;
}
.AnyTagClassName
{
color: #6D574D;
}
</style>
background-color css
<style>
a { background-color: #6D574D; }
a { background-color: rgb(109,87,77); }
div.DivClassName
{
background-color: #6D574D;
}
.BgClassName
{
background-color: #6D574D;
}
</style>
border-color css
<style>
span { border-color: #6D574D; }
span { border-color: rgb(109,87,77); }
td.TdClassName
{
border-color: #6D574D;
}
.TagClassName
{
border-color: #6D574D;
}
</style>