Shades of Quincy #6F564D
Tints of Quincy #6F564D
RGB
CMYK
RGB Variations
Color information
#6F564D (or 0x6F564D) is known color: Quincy. HEX triplet: 6F, 56 and 4D. RGB value is (111,86,77). Sum of RGB (Red+Green+Blue) = 111+86+77=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 111 - color contains mainly: red. Hex color #6F564D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F564D is #90A9B2. Grayscale: #5C5C5C. Windows color (decimal): -9480627 or 5068399. OLE color: 5068399.
HSL color Cylindrical-coordinate representation of color #6F564D: hue angle of 15.88º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F564D is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 86 | 77 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.56 |
| HSL | 15.88º | 0.18% | 0.37% | - |
| HSV(B) | 15.88º | 0.31% | 0.44% | - |
| XYZ | 11.22 | 10.57 | 8.47 | - |
| YUV | 92.45 | 119.28 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 86 | 77 | 0 | 0.23 | 0.31 | 0.56 | 15.88 | 0.18 | 0.37 |
| Hex | 6F | 56 | 4D | 0 | 17 | 1F | 38 | 10 | 12 | 25 |
| Octal | 157 | 126 | 115 | 0 | 27 | 37 | 70 | 20 | 22 | 45 |
| Binary | 1101111 | 1010110 | 1001101 | 0 | 10111 | 11111 | 111000 | 10000 | 10010 | 100101 |
Color Harmonies of #6F564D
Complementary color
Monochromatic Colors of #6F564D
Black with #6F564D
Text Example
Text Example
White with #6F564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F564D; }
p { color: rgb(111,86,77); }
H1.HeaderClassName
{
color: #6F564D;
}
.AnyTagClassName
{
color: #6F564D;
}
</style>
background-color css
<style>
a { background-color: #6F564D; }
a { background-color: rgb(111,86,77); }
div.DivClassName
{
background-color: #6F564D;
}
.BgClassName
{
background-color: #6F564D;
}
</style>
border-color css
<style>
span { border-color: #6F564D; }
span { border-color: rgb(111,86,77); }
td.TdClassName
{
border-color: #6F564D;
}
.TagClassName
{
border-color: #6F564D;
}
</style>