Shades of Quincy #6F574B
Tints of Quincy #6F574B
RGB
CMYK
RGB Variations
Color information
#6F574B (or 0x6F574B) is known color: Quincy. HEX triplet: 6F, 57 and 4B. RGB value is (111,87,75). Sum of RGB (Red+Green+Blue) = 111+87+75=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 111 - color contains mainly: red. Hex color #6F574B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F574B is #90A8B4. Grayscale: #5C5C5C. Windows color (decimal): -9480373 or 4937583. OLE color: 4937583.
HSL color Cylindrical-coordinate representation of color #6F574B: hue angle of 20º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F574B is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 87 | 75 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.56 |
| HSL | 20º | 0.19% | 0.36% | - |
| HSV(B) | 20º | 0.32% | 0.44% | - |
| XYZ | 11.23 | 10.7 | 8.13 | - |
| YUV | 92.81 | 117.95 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 87 | 75 | 0 | 0.22 | 0.32 | 0.56 | 20 | 0.19 | 0.36 |
| Hex | 6F | 57 | 4B | 0 | 16 | 20 | 38 | 14 | 13 | 24 |
| Octal | 157 | 127 | 113 | 0 | 26 | 40 | 70 | 24 | 23 | 44 |
| Binary | 1101111 | 1010111 | 1001011 | 0 | 10110 | 100000 | 111000 | 10100 | 10011 | 100100 |
Color Harmonies of #6F574B
Complementary color
Monochromatic Colors of #6F574B
Black with #6F574B
Text Example
Text Example
White with #6F574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F574B; }
p { color: rgb(111,87,75); }
H1.HeaderClassName
{
color: #6F574B;
}
.AnyTagClassName
{
color: #6F574B;
}
</style>
background-color css
<style>
a { background-color: #6F574B; }
a { background-color: rgb(111,87,75); }
div.DivClassName
{
background-color: #6F574B;
}
.BgClassName
{
background-color: #6F574B;
}
</style>
border-color css
<style>
span { border-color: #6F574B; }
span { border-color: rgb(111,87,75); }
td.TdClassName
{
border-color: #6F574B;
}
.TagClassName
{
border-color: #6F574B;
}
</style>