Shades of Quincy #6F564A
Tints of Quincy #6F564A
RGB
CMYK
RGB Variations
Color information
#6F564A (or 0x6F564A) is known color: Quincy. HEX triplet: 6F, 56 and 4A. RGB value is (111,86,74). Sum of RGB (Red+Green+Blue) = 111+86+74=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 111 - color contains mainly: red. Hex color #6F564A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F564A is #90A9B5. Grayscale: #5C5C5C. Windows color (decimal): -9480630 or 4871791. OLE color: 4871791.
HSL color Cylindrical-coordinate representation of color #6F564A: hue angle of 19.46º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F564A is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 86 | 74 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.56 |
| HSL | 19.46º | 0.2% | 0.36% | - |
| HSV(B) | 19.46º | 0.33% | 0.44% | - |
| XYZ | 11.12 | 10.53 | 7.92 | - |
| YUV | 92.11 | 117.78 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 86 | 74 | 0 | 0.23 | 0.33 | 0.56 | 19.46 | 0.2 | 0.36 |
| Hex | 6F | 56 | 4A | 0 | 17 | 21 | 38 | 13 | 14 | 24 |
| Octal | 157 | 126 | 112 | 0 | 27 | 41 | 70 | 23 | 24 | 44 |
| Binary | 1101111 | 1010110 | 1001010 | 0 | 10111 | 100001 | 111000 | 10011 | 10100 | 100100 |
Color Harmonies of #6F564A
Complementary color
Monochromatic Colors of #6F564A
Black with #6F564A
Text Example
Text Example
White with #6F564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F564A; }
p { color: rgb(111,86,74); }
H1.HeaderClassName
{
color: #6F564A;
}
.AnyTagClassName
{
color: #6F564A;
}
</style>
background-color css
<style>
a { background-color: #6F564A; }
a { background-color: rgb(111,86,74); }
div.DivClassName
{
background-color: #6F564A;
}
.BgClassName
{
background-color: #6F564A;
}
</style>
border-color css
<style>
span { border-color: #6F564A; }
span { border-color: rgb(111,86,74); }
td.TdClassName
{
border-color: #6F564A;
}
.TagClassName
{
border-color: #6F564A;
}
</style>