Shades of Quincy #6F5447
Tints of Quincy #6F5447
RGB
CMYK
RGB Variations
Color information
#6F5447 (or 0x6F5447) is known color: Quincy. HEX triplet: 6F, 54 and 47. RGB value is (111,84,71). Sum of RGB (Red+Green+Blue) = 111+84+71=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5447 is #90ABB8. Grayscale: #5A5A5A. Windows color (decimal): -9481145 or 4674671. OLE color: 4674671.
HSL color Cylindrical-coordinate representation of color #6F5447: hue angle of 19.5º 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 #6F5447 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 84 | 71 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.56 |
| HSL | 19.5º | 0.22% | 0.36% | - |
| HSV(B) | 19.5º | 0.36% | 0.44% | - |
| XYZ | 10.86 | 10.18 | 7.35 | - |
| YUV | 90.59 | 116.95 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 84 | 71 | 0 | 0.24 | 0.36 | 0.56 | 19.5 | 0.22 | 0.36 |
| Hex | 6F | 54 | 47 | 0 | 18 | 24 | 38 | 14 | 16 | 24 |
| Octal | 157 | 124 | 107 | 0 | 30 | 44 | 70 | 24 | 26 | 44 |
| Binary | 1101111 | 1010100 | 1000111 | 0 | 11000 | 100100 | 111000 | 10100 | 10110 | 100100 |
Color Harmonies of #6F5447
Complementary color
Monochromatic Colors of #6F5447
Black with #6F5447
Text Example
Text Example
White with #6F5447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5447; }
p { color: rgb(111,84,71); }
H1.HeaderClassName
{
color: #6F5447;
}
.AnyTagClassName
{
color: #6F5447;
}
</style>
background-color css
<style>
a { background-color: #6F5447; }
a { background-color: rgb(111,84,71); }
div.DivClassName
{
background-color: #6F5447;
}
.BgClassName
{
background-color: #6F5447;
}
</style>
border-color css
<style>
span { border-color: #6F5447; }
span { border-color: rgb(111,84,71); }
td.TdClassName
{
border-color: #6F5447;
}
.TagClassName
{
border-color: #6F5447;
}
</style>