Shades of Quincy #6F5745
Tints of Quincy #6F5745
RGB
CMYK
RGB Variations
Color information
#6F5745 (or 0x6F5745) is known color: Quincy. HEX triplet: 6F, 57 and 45. RGB value is (111,87,69). Sum of RGB (Red+Green+Blue) = 111+87+69=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5745 is #90A8BA. Grayscale: #5C5C5C. Windows color (decimal): -9480379 or 4544367. OLE color: 4544367.
HSL color Cylindrical-coordinate representation of color #6F5745: hue angle of 25.71º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F5745 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 87 | 69 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.56 |
| HSL | 25.71º | 0.23% | 0.35% | - |
| HSV(B) | 25.71º | 0.38% | 0.44% | - |
| XYZ | 11.04 | 10.63 | 7.1 | - |
| YUV | 92.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 87 | 69 | 0 | 0.22 | 0.38 | 0.56 | 25.71 | 0.23 | 0.35 |
| Hex | 6F | 57 | 45 | 0 | 16 | 26 | 38 | 1A | 17 | 23 |
| Octal | 157 | 127 | 105 | 0 | 26 | 46 | 70 | 32 | 27 | 43 |
| Binary | 1101111 | 1010111 | 1000101 | 0 | 10110 | 100110 | 111000 | 11010 | 10111 | 100011 |
Color Harmonies of #6F5745
Complementary color
Monochromatic Colors of #6F5745
Black with #6F5745
Text Example
Text Example
White with #6F5745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5745; }
p { color: rgb(111,87,69); }
H1.HeaderClassName
{
color: #6F5745;
}
.AnyTagClassName
{
color: #6F5745;
}
</style>
background-color css
<style>
a { background-color: #6F5745; }
a { background-color: rgb(111,87,69); }
div.DivClassName
{
background-color: #6F5745;
}
.BgClassName
{
background-color: #6F5745;
}
</style>
border-color css
<style>
span { border-color: #6F5745; }
span { border-color: rgb(111,87,69); }
td.TdClassName
{
border-color: #6F5745;
}
.TagClassName
{
border-color: #6F5745;
}
</style>