Shades of Quincy #6B5449
Tints of Quincy #6B5449
RGB
CMYK
RGB Variations
Color information
#6B5449 (or 0x6B5449) is known color: Quincy. HEX triplet: 6B, 54 and 49. RGB value is (107,84,73). Sum of RGB (Red+Green+Blue) = 107+84+73=264 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.53% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5449 is #94ABB6. Grayscale: #595959. Windows color (decimal): -9743287 or 4805739. OLE color: 4805739.
HSL color Cylindrical-coordinate representation of color #6B5449: hue angle of 19.41º 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 #6B5449 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 84 | 73 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.58 |
| HSL | 19.41º | 0.19% | 0.35% | - |
| HSV(B) | 19.41º | 0.32% | 0.42% | - |
| XYZ | 10.44 | 9.95 | 7.67 | - |
| YUV | 89.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 84 | 73 | 0 | 0.21 | 0.32 | 0.58 | 19.41 | 0.19 | 0.35 |
| Hex | 6B | 54 | 49 | 0 | 15 | 20 | 3A | 13 | 13 | 23 |
| Octal | 153 | 124 | 111 | 0 | 25 | 40 | 72 | 23 | 23 | 43 |
| Binary | 1101011 | 1010100 | 1001001 | 0 | 10101 | 100000 | 111010 | 10011 | 10011 | 100011 |
Color Harmonies of #6B5449
Complementary color
Monochromatic Colors of #6B5449
Black with #6B5449
Text Example
Text Example
White with #6B5449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5449; }
p { color: rgb(107,84,73); }
H1.HeaderClassName
{
color: #6B5449;
}
.AnyTagClassName
{
color: #6B5449;
}
</style>
background-color css
<style>
a { background-color: #6B5449; }
a { background-color: rgb(107,84,73); }
div.DivClassName
{
background-color: #6B5449;
}
.BgClassName
{
background-color: #6B5449;
}
</style>
border-color css
<style>
span { border-color: #6B5449; }
span { border-color: rgb(107,84,73); }
td.TdClassName
{
border-color: #6B5449;
}
.TagClassName
{
border-color: #6B5449;
}
</style>