Shades of Quincy #6E584D
Tints of Quincy #6E584D
RGB
CMYK
RGB Variations
Color information
#6E584D (or 0x6E584D) is known color: Quincy. HEX triplet: 6E, 58 and 4D. RGB value is (110,88,77). Sum of RGB (Red+Green+Blue) = 110+88+77=275 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 110 - color contains mainly: red. Hex color #6E584D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E584D is #91A7B2. Grayscale: #5D5D5D. Windows color (decimal): -9545651 or 5068910. OLE color: 5068910.
HSL color Cylindrical-coordinate representation of color #6E584D: hue angle of 20º 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 #6E584D is Cyan = 0, Magento = 0.2, Yellow = 0.3 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 88 | 77 | - |
| CMYK | 0 | 0.2 | 0.3 | 0.57 |
| HSL | 20º | 0.18% | 0.37% | - |
| HSV(B) | 20º | 0.3% | 0.43% | - |
| XYZ | 11.26 | 10.83 | 8.52 | - |
| YUV | 93.32 | 118.79 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 88 | 77 | 0 | 0.2 | 0.3 | 0.57 | 20 | 0.18 | 0.37 |
| Hex | 6E | 58 | 4D | 0 | 14 | 1E | 39 | 14 | 12 | 25 |
| Octal | 156 | 130 | 115 | 0 | 24 | 36 | 71 | 24 | 22 | 45 |
| Binary | 1101110 | 1011000 | 1001101 | 0 | 10100 | 11110 | 111001 | 10100 | 10010 | 100101 |
Color Harmonies of #6E584D
Complementary color
Monochromatic Colors of #6E584D
Black with #6E584D
Text Example
Text Example
White with #6E584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E584D; }
p { color: rgb(110,88,77); }
H1.HeaderClassName
{
color: #6E584D;
}
.AnyTagClassName
{
color: #6E584D;
}
</style>
background-color css
<style>
a { background-color: #6E584D; }
a { background-color: rgb(110,88,77); }
div.DivClassName
{
background-color: #6E584D;
}
.BgClassName
{
background-color: #6E584D;
}
</style>
border-color css
<style>
span { border-color: #6E584D; }
span { border-color: rgb(110,88,77); }
td.TdClassName
{
border-color: #6E584D;
}
.TagClassName
{
border-color: #6E584D;
}
</style>