Shades of Quincy #6B5340
Tints of Quincy #6B5340
RGB
CMYK
RGB Variations
Color information
#6B5340 (or 0x6B5340) is known color: Quincy. HEX triplet: 6B, 53 and 40. RGB value is (107,83,64). Sum of RGB (Red+Green+Blue) = 107+83+64=254 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.13% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5340 is #94ACBF. Grayscale: #585858. Windows color (decimal): -9743552 or 4215659. OLE color: 4215659.
HSL color Cylindrical-coordinate representation of color #6B5340: hue angle of 26.51º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6B5340 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 83 | 64 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.58 |
| HSL | 26.51º | 0.25% | 0.34% | - |
| HSV(B) | 26.51º | 0.4% | 0.42% | - |
| XYZ | 10.08 | 9.68 | 6.19 | - |
| YUV | 88.01 | 114.45 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 83 | 64 | 0 | 0.22 | 0.40 | 0.58 | 26.51 | 0.25 | 0.34 |
| Hex | 6B | 53 | 40 | 0 | 16 | 28 | 3A | 1B | 19 | 22 |
| Octal | 153 | 123 | 100 | 0 | 26 | 50 | 72 | 33 | 31 | 42 |
| Binary | 1101011 | 1010011 | 1000000 | 0 | 10110 | 101000 | 111010 | 11011 | 11001 | 100010 |
Color Harmonies of #6B5340
Complementary color
Monochromatic Colors of #6B5340
Black with #6B5340
Text Example
Text Example
White with #6B5340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5340; }
p { color: rgb(107,83,64); }
H1.HeaderClassName
{
color: #6B5340;
}
.AnyTagClassName
{
color: #6B5340;
}
</style>
background-color css
<style>
a { background-color: #6B5340; }
a { background-color: rgb(107,83,64); }
div.DivClassName
{
background-color: #6B5340;
}
.BgClassName
{
background-color: #6B5340;
}
</style>
border-color css
<style>
span { border-color: #6B5340; }
span { border-color: rgb(107,83,64); }
td.TdClassName
{
border-color: #6B5340;
}
.TagClassName
{
border-color: #6B5340;
}
</style>