Shades of Quincy #6F5849
Tints of Quincy #6F5849
RGB
CMYK
RGB Variations
Color information
#6F5849 (or 0x6F5849) is known color: Quincy. HEX triplet: 6F, 58 and 49. RGB value is (111,88,73). Sum of RGB (Red+Green+Blue) = 111+88+73=272 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.81% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5849 is #90A7B6. Grayscale: #5D5D5D. Windows color (decimal): -9480119 or 4806767. OLE color: 4806767.
HSL color Cylindrical-coordinate representation of color #6F5849: hue angle of 23.68º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F5849 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 88 | 73 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.56 |
| HSL | 23.68º | 0.21% | 0.36% | - |
| HSV(B) | 23.68º | 0.34% | 0.44% | - |
| XYZ | 11.25 | 10.84 | 7.8 | - |
| YUV | 93.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 73 | 0 | 0.21 | 0.34 | 0.56 | 23.68 | 0.21 | 0.36 |
| Hex | 6F | 58 | 49 | 0 | 15 | 22 | 38 | 18 | 15 | 24 |
| Octal | 157 | 130 | 111 | 0 | 25 | 42 | 70 | 30 | 25 | 44 |
| Binary | 1101111 | 1011000 | 1001001 | 0 | 10101 | 100010 | 111000 | 11000 | 10101 | 100100 |
Color Harmonies of #6F5849
Complementary color
Monochromatic Colors of #6F5849
Black with #6F5849
Text Example
Text Example
White with #6F5849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5849; }
p { color: rgb(111,88,73); }
H1.HeaderClassName
{
color: #6F5849;
}
.AnyTagClassName
{
color: #6F5849;
}
</style>
background-color css
<style>
a { background-color: #6F5849; }
a { background-color: rgb(111,88,73); }
div.DivClassName
{
background-color: #6F5849;
}
.BgClassName
{
background-color: #6F5849;
}
</style>
border-color css
<style>
span { border-color: #6F5849; }
span { border-color: rgb(111,88,73); }
td.TdClassName
{
border-color: #6F5849;
}
.TagClassName
{
border-color: #6F5849;
}
</style>