Shades of Quincy #6B5443
Tints of Quincy #6B5443
RGB
CMYK
RGB Variations
Color information
#6B5443 (or 0x6B5443) is known color: Quincy. HEX triplet: 6B, 54 and 43. RGB value is (107,84,67). Sum of RGB (Red+Green+Blue) = 107+84+67=258 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.47% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 67 (26.56% from 255 or 25.97% from 258); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5443 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5443 is #94ABBC. Grayscale: #595959. Windows color (decimal): -9743293 or 4412523. OLE color: 4412523.
HSL color Cylindrical-coordinate representation of color #6B5443: hue angle of 25.5º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B5443 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 84 | 67 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.58 |
| HSL | 25.5º | 0.23% | 0.34% | - |
| HSV(B) | 25.5º | 0.37% | 0.42% | - |
| XYZ | 10.25 | 9.87 | 6.68 | - |
| YUV | 88.94 | 115.62 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 84 | 67 | 0 | 0.21 | 0.37 | 0.58 | 25.5 | 0.23 | 0.34 |
| Hex | 6B | 54 | 43 | 0 | 15 | 25 | 3A | 1A | 17 | 22 |
| Octal | 153 | 124 | 103 | 0 | 25 | 45 | 72 | 32 | 27 | 42 |
| Binary | 1101011 | 1010100 | 1000011 | 0 | 10101 | 100101 | 111010 | 11010 | 10111 | 100010 |
Color Harmonies of #6B5443
Complementary color
Monochromatic Colors of #6B5443
Black with #6B5443
Text Example
Text Example
White with #6B5443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5443; }
p { color: rgb(107,84,67); }
H1.HeaderClassName
{
color: #6B5443;
}
.AnyTagClassName
{
color: #6B5443;
}
</style>
background-color css
<style>
a { background-color: #6B5443; }
a { background-color: rgb(107,84,67); }
div.DivClassName
{
background-color: #6B5443;
}
.BgClassName
{
background-color: #6B5443;
}
</style>
border-color css
<style>
span { border-color: #6B5443; }
span { border-color: rgb(107,84,67); }
td.TdClassName
{
border-color: #6B5443;
}
.TagClassName
{
border-color: #6B5443;
}
</style>