Shades of Quincy #6F5345
Tints of Quincy #6F5345
RGB
CMYK
RGB Variations
Color information
#6F5345 (or 0x6F5345) is known color: Quincy. HEX triplet: 6F, 53 and 45. RGB value is (111,83,69). Sum of RGB (Red+Green+Blue) = 111+83+69=263 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.21% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5345 is #90ACBA. Grayscale: #595959. Windows color (decimal): -9481403 or 4543343. OLE color: 4543343.
HSL color Cylindrical-coordinate representation of color #6F5345: hue angle of 20º 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 #6F5345 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 83 | 69 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.56 |
| HSL | 20º | 0.23% | 0.35% | - |
| HSV(B) | 20º | 0.38% | 0.44% | - |
| XYZ | 10.72 | 10 | 6.99 | - |
| YUV | 89.78 | 116.28 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 83 | 69 | 0 | 0.25 | 0.38 | 0.56 | 20 | 0.23 | 0.35 |
| Hex | 6F | 53 | 45 | 0 | 19 | 26 | 38 | 14 | 17 | 23 |
| Octal | 157 | 123 | 105 | 0 | 31 | 46 | 70 | 24 | 27 | 43 |
| Binary | 1101111 | 1010011 | 1000101 | 0 | 11001 | 100110 | 111000 | 10100 | 10111 | 100011 |
Color Harmonies of #6F5345
Complementary color
Monochromatic Colors of #6F5345
Black with #6F5345
Text Example
Text Example
White with #6F5345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5345; }
p { color: rgb(111,83,69); }
H1.HeaderClassName
{
color: #6F5345;
}
.AnyTagClassName
{
color: #6F5345;
}
</style>
background-color css
<style>
a { background-color: #6F5345; }
a { background-color: rgb(111,83,69); }
div.DivClassName
{
background-color: #6F5345;
}
.BgClassName
{
background-color: #6F5345;
}
</style>
border-color css
<style>
span { border-color: #6F5345; }
span { border-color: rgb(111,83,69); }
td.TdClassName
{
border-color: #6F5345;
}
.TagClassName
{
border-color: #6F5345;
}
</style>