Shades of Quincy #6B5249
Tints of Quincy #6B5249
RGB
CMYK
RGB Variations
Color information
#6B5249 (or 0x6B5249) is known color: Quincy. HEX triplet: 6B, 52 and 49. RGB value is (107,82,73). Sum of RGB (Red+Green+Blue) = 107+82+73=262 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.84% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5249 is #94ADB6. Grayscale: #585858. Windows color (decimal): -9743799 or 4805227. OLE color: 4805227.
HSL color Cylindrical-coordinate representation of color #6B5249: hue angle of 15.88º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B5249 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 82 | 73 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.58 |
| HSL | 15.88º | 0.19% | 0.35% | - |
| HSV(B) | 15.88º | 0.32% | 0.42% | - |
| XYZ | 10.28 | 9.64 | 7.62 | - |
| YUV | 88.45 | 119.28 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 82 | 73 | 0 | 0.23 | 0.32 | 0.58 | 15.88 | 0.19 | 0.35 |
| Hex | 6B | 52 | 49 | 0 | 17 | 20 | 3A | 10 | 13 | 23 |
| Octal | 153 | 122 | 111 | 0 | 27 | 40 | 72 | 20 | 23 | 43 |
| Binary | 1101011 | 1010010 | 1001001 | 0 | 10111 | 100000 | 111010 | 10000 | 10011 | 100011 |
Color Harmonies of #6B5249
Complementary color
Monochromatic Colors of #6B5249
Black with #6B5249
Text Example
Text Example
White with #6B5249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5249; }
p { color: rgb(107,82,73); }
H1.HeaderClassName
{
color: #6B5249;
}
.AnyTagClassName
{
color: #6B5249;
}
</style>
background-color css
<style>
a { background-color: #6B5249; }
a { background-color: rgb(107,82,73); }
div.DivClassName
{
background-color: #6B5249;
}
.BgClassName
{
background-color: #6B5249;
}
</style>
border-color css
<style>
span { border-color: #6B5249; }
span { border-color: rgb(107,82,73); }
td.TdClassName
{
border-color: #6B5249;
}
.TagClassName
{
border-color: #6B5249;
}
</style>