Shades of Quincy #6F574D
Tints of Quincy #6F574D
RGB
CMYK
RGB Variations
Color information
#6F574D (or 0x6F574D) is known color: Quincy. HEX triplet: 6F, 57 and 4D. RGB value is (111,87,77). Sum of RGB (Red+Green+Blue) = 111+87+77=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 111 - color contains mainly: red. Hex color #6F574D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F574D is #90A8B2. Grayscale: #5D5D5D. Windows color (decimal): -9480371 or 5068655. OLE color: 5068655.
HSL color Cylindrical-coordinate representation of color #6F574D: hue angle of 17.65º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F574D is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 87 | 77 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.56 |
| HSL | 17.65º | 0.18% | 0.37% | - |
| HSV(B) | 17.65º | 0.31% | 0.44% | - |
| XYZ | 11.3 | 10.73 | 8.5 | - |
| YUV | 93.04 | 118.95 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 87 | 77 | 0 | 0.22 | 0.31 | 0.56 | 17.65 | 0.18 | 0.37 |
| Hex | 6F | 57 | 4D | 0 | 16 | 1F | 38 | 12 | 12 | 25 |
| Octal | 157 | 127 | 115 | 0 | 26 | 37 | 70 | 22 | 22 | 45 |
| Binary | 1101111 | 1010111 | 1001101 | 0 | 10110 | 11111 | 111000 | 10010 | 10010 | 100101 |
Color Harmonies of #6F574D
Complementary color
Monochromatic Colors of #6F574D
Black with #6F574D
Text Example
Text Example
White with #6F574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F574D; }
p { color: rgb(111,87,77); }
H1.HeaderClassName
{
color: #6F574D;
}
.AnyTagClassName
{
color: #6F574D;
}
</style>
background-color css
<style>
a { background-color: #6F574D; }
a { background-color: rgb(111,87,77); }
div.DivClassName
{
background-color: #6F574D;
}
.BgClassName
{
background-color: #6F574D;
}
</style>
border-color css
<style>
span { border-color: #6F574D; }
span { border-color: rgb(111,87,77); }
td.TdClassName
{
border-color: #6F574D;
}
.TagClassName
{
border-color: #6F574D;
}
</style>