Shades of Quincy #6B5349
Tints of Quincy #6B5349
RGB
CMYK
RGB Variations
Color information
#6B5349 (or 0x6B5349) is known color: Quincy. HEX triplet: 6B, 53 and 49. RGB value is (107,83,73). Sum of RGB (Red+Green+Blue) = 107+83+73=263 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.68% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5349 is #94ACB6. Grayscale: #595959. Windows color (decimal): -9743543 or 4805483. OLE color: 4805483.
HSL color Cylindrical-coordinate representation of color #6B5349: hue angle of 17.65º 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 #6B5349 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 83 | 73 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.58 |
| HSL | 17.65º | 0.19% | 0.35% | - |
| HSV(B) | 17.65º | 0.32% | 0.42% | - |
| XYZ | 10.36 | 9.79 | 7.65 | - |
| YUV | 89.04 | 118.95 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 83 | 73 | 0 | 0.22 | 0.32 | 0.58 | 17.65 | 0.19 | 0.35 |
| Hex | 6B | 53 | 49 | 0 | 16 | 20 | 3A | 12 | 13 | 23 |
| Octal | 153 | 123 | 111 | 0 | 26 | 40 | 72 | 22 | 23 | 43 |
| Binary | 1101011 | 1010011 | 1001001 | 0 | 10110 | 100000 | 111010 | 10010 | 10011 | 100011 |
Color Harmonies of #6B5349
Complementary color
Monochromatic Colors of #6B5349
Black with #6B5349
Text Example
Text Example
White with #6B5349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5349; }
p { color: rgb(107,83,73); }
H1.HeaderClassName
{
color: #6B5349;
}
.AnyTagClassName
{
color: #6B5349;
}
</style>
background-color css
<style>
a { background-color: #6B5349; }
a { background-color: rgb(107,83,73); }
div.DivClassName
{
background-color: #6B5349;
}
.BgClassName
{
background-color: #6B5349;
}
</style>
border-color css
<style>
span { border-color: #6B5349; }
span { border-color: rgb(107,83,73); }
td.TdClassName
{
border-color: #6B5349;
}
.TagClassName
{
border-color: #6B5349;
}
</style>