Shades of Quincy #6B5648
Tints of Quincy #6B5648
RGB
CMYK
RGB Variations
Color information
#6B5648 (or 0x6B5648) is known color: Quincy. HEX triplet: 6B, 56 and 48. RGB value is (107,86,72). Sum of RGB (Red+Green+Blue) = 107+86+72=265 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.38% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5648 is #94A9B7. Grayscale: #5A5A5A. Windows color (decimal): -9742776 or 4740715. OLE color: 4740715.
HSL color Cylindrical-coordinate representation of color #6B5648: hue angle of 24º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6B5648 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 86 | 72 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.58 |
| HSL | 24º | 0.2% | 0.35% | - |
| HSV(B) | 24º | 0.33% | 0.42% | - |
| XYZ | 10.56 | 10.25 | 7.55 | - |
| YUV | 90.68 | 117.46 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 86 | 72 | 0 | 0.20 | 0.33 | 0.58 | 24 | 0.2 | 0.35 |
| Hex | 6B | 56 | 48 | 0 | 14 | 21 | 3A | 18 | 14 | 23 |
| Octal | 153 | 126 | 110 | 0 | 24 | 41 | 72 | 30 | 24 | 43 |
| Binary | 1101011 | 1010110 | 1001000 | 0 | 10100 | 100001 | 111010 | 11000 | 10100 | 100011 |
Color Harmonies of #6B5648
Complementary color
Monochromatic Colors of #6B5648
Black with #6B5648
Text Example
Text Example
White with #6B5648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5648; }
p { color: rgb(107,86,72); }
H1.HeaderClassName
{
color: #6B5648;
}
.AnyTagClassName
{
color: #6B5648;
}
</style>
background-color css
<style>
a { background-color: #6B5648; }
a { background-color: rgb(107,86,72); }
div.DivClassName
{
background-color: #6B5648;
}
.BgClassName
{
background-color: #6B5648;
}
</style>
border-color css
<style>
span { border-color: #6B5648; }
span { border-color: rgb(107,86,72); }
td.TdClassName
{
border-color: #6B5648;
}
.TagClassName
{
border-color: #6B5648;
}
</style>