Shades of Quincy #6E574D
Tints of Quincy #6E574D
RGB
CMYK
RGB Variations
Color information
#6E574D (or 0x6E574D) is known color: Quincy. HEX triplet: 6E, 57 and 4D. RGB value is (110,87,77). Sum of RGB (Red+Green+Blue) = 110+87+77=274 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.15% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 110 - color contains mainly: red. Hex color #6E574D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E574D is #91A8B2. Grayscale: #5C5C5C. Windows color (decimal): -9545907 or 5068654. OLE color: 5068654.
HSL color Cylindrical-coordinate representation of color #6E574D: hue angle of 18.18º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E574D is Cyan = 0, Magento = 0.21, Yellow = 0.3 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 87 | 77 | - |
| CMYK | 0 | 0.21 | 0.3 | 0.57 |
| HSL | 18.18º | 0.18% | 0.37% | - |
| HSV(B) | 18.18º | 0.3% | 0.43% | - |
| XYZ | 11.18 | 10.67 | 8.49 | - |
| YUV | 92.74 | 119.12 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 87 | 77 | 0 | 0.21 | 0.3 | 0.57 | 18.18 | 0.18 | 0.37 |
| Hex | 6E | 57 | 4D | 0 | 15 | 1E | 39 | 12 | 12 | 25 |
| Octal | 156 | 127 | 115 | 0 | 25 | 36 | 71 | 22 | 22 | 45 |
| Binary | 1101110 | 1010111 | 1001101 | 0 | 10101 | 11110 | 111001 | 10010 | 10010 | 100101 |
Color Harmonies of #6E574D
Complementary color
Monochromatic Colors of #6E574D
Black with #6E574D
Text Example
Text Example
White with #6E574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E574D; }
p { color: rgb(110,87,77); }
H1.HeaderClassName
{
color: #6E574D;
}
.AnyTagClassName
{
color: #6E574D;
}
</style>
background-color css
<style>
a { background-color: #6E574D; }
a { background-color: rgb(110,87,77); }
div.DivClassName
{
background-color: #6E574D;
}
.BgClassName
{
background-color: #6E574D;
}
</style>
border-color css
<style>
span { border-color: #6E574D; }
span { border-color: rgb(110,87,77); }
td.TdClassName
{
border-color: #6E574D;
}
.TagClassName
{
border-color: #6E574D;
}
</style>