Shades of Quincy #6B5549
Tints of Quincy #6B5549
RGB
CMYK
RGB Variations
Color information
#6B5549 (or 0x6B5549) is known color: Quincy. HEX triplet: 6B, 55 and 49. RGB value is (107,85,73). Sum of RGB (Red+Green+Blue) = 107+85+73=265 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.38% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5549 is #94AAB6. Grayscale: #5A5A5A. Windows color (decimal): -9743031 or 4805995. OLE color: 4805995.
HSL color Cylindrical-coordinate representation of color #6B5549: hue angle of 21.18º 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 #6B5549 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 85 | 73 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.58 |
| HSL | 21.18º | 0.19% | 0.35% | - |
| HSV(B) | 21.18º | 0.32% | 0.42% | - |
| XYZ | 10.51 | 10.1 | 7.7 | - |
| YUV | 90.21 | 118.29 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 85 | 73 | 0 | 0.21 | 0.32 | 0.58 | 21.18 | 0.19 | 0.35 |
| Hex | 6B | 55 | 49 | 0 | 15 | 20 | 3A | 15 | 13 | 23 |
| Octal | 153 | 125 | 111 | 0 | 25 | 40 | 72 | 25 | 23 | 43 |
| Binary | 1101011 | 1010101 | 1001001 | 0 | 10101 | 100000 | 111010 | 10101 | 10011 | 100011 |
Color Harmonies of #6B5549
Complementary color
Monochromatic Colors of #6B5549
Black with #6B5549
Text Example
Text Example
White with #6B5549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5549; }
p { color: rgb(107,85,73); }
H1.HeaderClassName
{
color: #6B5549;
}
.AnyTagClassName
{
color: #6B5549;
}
</style>
background-color css
<style>
a { background-color: #6B5549; }
a { background-color: rgb(107,85,73); }
div.DivClassName
{
background-color: #6B5549;
}
.BgClassName
{
background-color: #6B5549;
}
</style>
border-color css
<style>
span { border-color: #6B5549; }
span { border-color: rgb(107,85,73); }
td.TdClassName
{
border-color: #6B5549;
}
.TagClassName
{
border-color: #6B5549;
}
</style>