Shades of Quincy #6B564D
Tints of Quincy #6B564D
RGB
CMYK
RGB Variations
Color information
#6B564D (or 0x6B564D) is known color: Quincy. HEX triplet: 6B, 56 and 4D. RGB value is (107,86,77). Sum of RGB (Red+Green+Blue) = 107+86+77=270 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.63% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 107 - color contains mainly: red. Hex color #6B564D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B564D is #94A9B2. Grayscale: #5B5B5B. Windows color (decimal): -9742771 or 5068395. OLE color: 5068395.
HSL color Cylindrical-coordinate representation of color #6B564D: hue angle of 18º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B564D is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 86 | 77 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.58 |
| HSL | 18º | 0.16% | 0.36% | - |
| HSV(B) | 18º | 0.28% | 0.42% | - |
| XYZ | 10.73 | 10.32 | 8.45 | - |
| YUV | 91.25 | 119.96 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 86 | 77 | 0 | 0.20 | 0.28 | 0.58 | 18 | 0.16 | 0.36 |
| Hex | 6B | 56 | 4D | 0 | 14 | 1C | 3A | 12 | 10 | 24 |
| Octal | 153 | 126 | 115 | 0 | 24 | 34 | 72 | 22 | 20 | 44 |
| Binary | 1101011 | 1010110 | 1001101 | 0 | 10100 | 11100 | 111010 | 10010 | 10000 | 100100 |
Color Harmonies of #6B564D
Complementary color
Monochromatic Colors of #6B564D
Black with #6B564D
Text Example
Text Example
White with #6B564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B564D; }
p { color: rgb(107,86,77); }
H1.HeaderClassName
{
color: #6B564D;
}
.AnyTagClassName
{
color: #6B564D;
}
</style>
background-color css
<style>
a { background-color: #6B564D; }
a { background-color: rgb(107,86,77); }
div.DivClassName
{
background-color: #6B564D;
}
.BgClassName
{
background-color: #6B564D;
}
</style>
border-color css
<style>
span { border-color: #6B564D; }
span { border-color: rgb(107,86,77); }
td.TdClassName
{
border-color: #6B564D;
}
.TagClassName
{
border-color: #6B564D;
}
</style>