Shades of Quincy #6F5546
Tints of Quincy #6F5546
RGB
CMYK
RGB Variations
Color information
#6F5546 (or 0x6F5546) is known color: Quincy. HEX triplet: 6F, 55 and 46. RGB value is (111,85,70). Sum of RGB (Red+Green+Blue) = 111+85+70=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5546 is #90AAB9. Grayscale: #5B5B5B. Windows color (decimal): -9480890 or 4609391. OLE color: 4609391.
HSL color Cylindrical-coordinate representation of color #6F5546: hue angle of 21.95º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F5546 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 85 | 70 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.56 |
| HSL | 21.95º | 0.23% | 0.35% | - |
| HSV(B) | 21.95º | 0.37% | 0.44% | - |
| XYZ | 10.91 | 10.32 | 7.21 | - |
| YUV | 91.06 | 116.11 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 85 | 70 | 0 | 0.23 | 0.37 | 0.56 | 21.95 | 0.23 | 0.35 |
| Hex | 6F | 55 | 46 | 0 | 17 | 25 | 38 | 16 | 17 | 23 |
| Octal | 157 | 125 | 106 | 0 | 27 | 45 | 70 | 26 | 27 | 43 |
| Binary | 1101111 | 1010101 | 1000110 | 0 | 10111 | 100101 | 111000 | 10110 | 10111 | 100011 |
Color Harmonies of #6F5546
Complementary color
Monochromatic Colors of #6F5546
Black with #6F5546
Text Example
Text Example
White with #6F5546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5546; }
p { color: rgb(111,85,70); }
H1.HeaderClassName
{
color: #6F5546;
}
.AnyTagClassName
{
color: #6F5546;
}
</style>
background-color css
<style>
a { background-color: #6F5546; }
a { background-color: rgb(111,85,70); }
div.DivClassName
{
background-color: #6F5546;
}
.BgClassName
{
background-color: #6F5546;
}
</style>
border-color css
<style>
span { border-color: #6F5546; }
span { border-color: rgb(111,85,70); }
td.TdClassName
{
border-color: #6F5546;
}
.TagClassName
{
border-color: #6F5546;
}
</style>