Shades of Quincy #6E554B
Tints of Quincy #6E554B
RGB
CMYK
RGB Variations
Color information
#6E554B (or 0x6E554B) is known color: Quincy. HEX triplet: 6E, 55 and 4B. RGB value is (110,85,75). Sum of RGB (Red+Green+Blue) = 110+85+75=270 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.74% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 110 - color contains mainly: red. Hex color #6E554B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E554B is #91AAB4. Grayscale: #5B5B5B. Windows color (decimal): -9546421 or 4937070. OLE color: 4937070.
HSL color Cylindrical-coordinate representation of color #6E554B: hue angle of 17.14º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E554B is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 85 | 75 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.57 |
| HSL | 17.14º | 0.19% | 0.36% | - |
| HSV(B) | 17.14º | 0.32% | 0.43% | - |
| XYZ | 10.95 | 10.32 | 8.07 | - |
| YUV | 91.34 | 118.78 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 85 | 75 | 0 | 0.23 | 0.32 | 0.57 | 17.14 | 0.19 | 0.36 |
| Hex | 6E | 55 | 4B | 0 | 17 | 20 | 39 | 11 | 13 | 24 |
| Octal | 156 | 125 | 113 | 0 | 27 | 40 | 71 | 21 | 23 | 44 |
| Binary | 1101110 | 1010101 | 1001011 | 0 | 10111 | 100000 | 111001 | 10001 | 10011 | 100100 |
Color Harmonies of #6E554B
Complementary color
Monochromatic Colors of #6E554B
Black with #6E554B
Text Example
Text Example
White with #6E554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E554B; }
p { color: rgb(110,85,75); }
H1.HeaderClassName
{
color: #6E554B;
}
.AnyTagClassName
{
color: #6E554B;
}
</style>
background-color css
<style>
a { background-color: #6E554B; }
a { background-color: rgb(110,85,75); }
div.DivClassName
{
background-color: #6E554B;
}
.BgClassName
{
background-color: #6E554B;
}
</style>
border-color css
<style>
span { border-color: #6E554B; }
span { border-color: rgb(110,85,75); }
td.TdClassName
{
border-color: #6E554B;
}
.TagClassName
{
border-color: #6E554B;
}
</style>