Shades of Quincy #6F5347
Tints of Quincy #6F5347
RGB
CMYK
RGB Variations
Color information
#6F5347 (or 0x6F5347) is known color: Quincy. HEX triplet: 6F, 53 and 47. RGB value is (111,83,71). Sum of RGB (Red+Green+Blue) = 111+83+71=265 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.89% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 71 (28.12% from 255 or 26.79% from 265); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5347 is #90ACB8. Grayscale: #5A5A5A. Windows color (decimal): -9481401 or 4674415. OLE color: 4674415.
HSL color Cylindrical-coordinate representation of color #6F5347: hue angle of 18º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F5347 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 83 | 71 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.56 |
| HSL | 18º | 0.22% | 0.36% | - |
| HSV(B) | 18º | 0.36% | 0.44% | - |
| XYZ | 10.79 | 10.02 | 7.33 | - |
| YUV | 90 | 117.28 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 83 | 71 | 0 | 0.25 | 0.36 | 0.56 | 18 | 0.22 | 0.36 |
| Hex | 6F | 53 | 47 | 0 | 19 | 24 | 38 | 12 | 16 | 24 |
| Octal | 157 | 123 | 107 | 0 | 31 | 44 | 70 | 22 | 26 | 44 |
| Binary | 1101111 | 1010011 | 1000111 | 0 | 11001 | 100100 | 111000 | 10010 | 10110 | 100100 |
Color Harmonies of #6F5347
Complementary color
Monochromatic Colors of #6F5347
Black with #6F5347
Text Example
Text Example
White with #6F5347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5347; }
p { color: rgb(111,83,71); }
H1.HeaderClassName
{
color: #6F5347;
}
.AnyTagClassName
{
color: #6F5347;
}
</style>
background-color css
<style>
a { background-color: #6F5347; }
a { background-color: rgb(111,83,71); }
div.DivClassName
{
background-color: #6F5347;
}
.BgClassName
{
background-color: #6F5347;
}
</style>
border-color css
<style>
span { border-color: #6F5347; }
span { border-color: rgb(111,83,71); }
td.TdClassName
{
border-color: #6F5347;
}
.TagClassName
{
border-color: #6F5347;
}
</style>