Shades of Quincy #6F554A
Tints of Quincy #6F554A
RGB
CMYK
RGB Variations
Color information
#6F554A (or 0x6F554A) is known color: Quincy. HEX triplet: 6F, 55 and 4A. RGB value is (111,85,74). Sum of RGB (Red+Green+Blue) = 111+85+74=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 111 - color contains mainly: red. Hex color #6F554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F554A is #90AAB5. Grayscale: #5B5B5B. Windows color (decimal): -9480886 or 4871535. OLE color: 4871535.
HSL color Cylindrical-coordinate representation of color #6F554A: hue angle of 17.84º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F554A is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 85 | 74 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.56 |
| HSL | 17.84º | 0.2% | 0.36% | - |
| HSV(B) | 17.84º | 0.33% | 0.44% | - |
| XYZ | 11.04 | 10.37 | 7.9 | - |
| YUV | 91.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 85 | 74 | 0 | 0.23 | 0.33 | 0.56 | 17.84 | 0.2 | 0.36 |
| Hex | 6F | 55 | 4A | 0 | 17 | 21 | 38 | 12 | 14 | 24 |
| Octal | 157 | 125 | 112 | 0 | 27 | 41 | 70 | 22 | 24 | 44 |
| Binary | 1101111 | 1010101 | 1001010 | 0 | 10111 | 100001 | 111000 | 10010 | 10100 | 100100 |
Color Harmonies of #6F554A
Complementary color
Monochromatic Colors of #6F554A
Black with #6F554A
Text Example
Text Example
White with #6F554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F554A; }
p { color: rgb(111,85,74); }
H1.HeaderClassName
{
color: #6F554A;
}
.AnyTagClassName
{
color: #6F554A;
}
</style>
background-color css
<style>
a { background-color: #6F554A; }
a { background-color: rgb(111,85,74); }
div.DivClassName
{
background-color: #6F554A;
}
.BgClassName
{
background-color: #6F554A;
}
</style>
border-color css
<style>
span { border-color: #6F554A; }
span { border-color: rgb(111,85,74); }
td.TdClassName
{
border-color: #6F554A;
}
.TagClassName
{
border-color: #6F554A;
}
</style>