Shades of Quincy #6F5344
Tints of Quincy #6F5344
RGB
CMYK
RGB Variations
Color information
#6F5344 (or 0x6F5344) is known color: Quincy. HEX triplet: 6F, 53 and 44. RGB value is (111,83,68). Sum of RGB (Red+Green+Blue) = 111+83+68=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5344 is #90ACBB. Grayscale: #595959. Windows color (decimal): -9481404 or 4477807. OLE color: 4477807.
HSL color Cylindrical-coordinate representation of color #6F5344: hue angle of 20.93º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F5344 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 83 | 68 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.56 |
| HSL | 20.93º | 0.24% | 0.35% | - |
| HSV(B) | 20.93º | 0.39% | 0.44% | - |
| XYZ | 10.69 | 9.98 | 6.83 | - |
| YUV | 89.66 | 115.78 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 83 | 68 | 0 | 0.25 | 0.39 | 0.56 | 20.93 | 0.24 | 0.35 |
| Hex | 6F | 53 | 44 | 0 | 19 | 27 | 38 | 15 | 18 | 23 |
| Octal | 157 | 123 | 104 | 0 | 31 | 47 | 70 | 25 | 30 | 43 |
| Binary | 1101111 | 1010011 | 1000100 | 0 | 11001 | 100111 | 111000 | 10101 | 11000 | 100011 |
Color Harmonies of #6F5344
Complementary color
Monochromatic Colors of #6F5344
Black with #6F5344
Text Example
Text Example
White with #6F5344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5344; }
p { color: rgb(111,83,68); }
H1.HeaderClassName
{
color: #6F5344;
}
.AnyTagClassName
{
color: #6F5344;
}
</style>
background-color css
<style>
a { background-color: #6F5344; }
a { background-color: rgb(111,83,68); }
div.DivClassName
{
background-color: #6F5344;
}
.BgClassName
{
background-color: #6F5344;
}
</style>
border-color css
<style>
span { border-color: #6F5344; }
span { border-color: rgb(111,83,68); }
td.TdClassName
{
border-color: #6F5344;
}
.TagClassName
{
border-color: #6F5344;
}
</style>