Shades of Quincy #6F554B
Tints of Quincy #6F554B
RGB
CMYK
RGB Variations
Color information
#6F554B (or 0x6F554B) is known color: Quincy. HEX triplet: 6F, 55 and 4B. RGB value is (111,85,75). Sum of RGB (Red+Green+Blue) = 111+85+75=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 111 - color contains mainly: red. Hex color #6F554B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F554B is #90AAB4. Grayscale: #5B5B5B. Windows color (decimal): -9480885 or 4937071. OLE color: 4937071.
HSL color Cylindrical-coordinate representation of color #6F554B: hue angle of 16.67º 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 #6F554B is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 85 | 75 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.56 |
| HSL | 16.67º | 0.19% | 0.36% | - |
| HSV(B) | 16.67º | 0.32% | 0.44% | - |
| XYZ | 11.07 | 10.38 | 8.08 | - |
| YUV | 91.63 | 118.61 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 85 | 75 | 0 | 0.23 | 0.32 | 0.56 | 16.67 | 0.19 | 0.36 |
| Hex | 6F | 55 | 4B | 0 | 17 | 20 | 38 | 11 | 13 | 24 |
| Octal | 157 | 125 | 113 | 0 | 27 | 40 | 70 | 21 | 23 | 44 |
| Binary | 1101111 | 1010101 | 1001011 | 0 | 10111 | 100000 | 111000 | 10001 | 10011 | 100100 |
Color Harmonies of #6F554B
Complementary color
Monochromatic Colors of #6F554B
Black with #6F554B
Text Example
Text Example
White with #6F554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F554B; }
p { color: rgb(111,85,75); }
H1.HeaderClassName
{
color: #6F554B;
}
.AnyTagClassName
{
color: #6F554B;
}
</style>
background-color css
<style>
a { background-color: #6F554B; }
a { background-color: rgb(111,85,75); }
div.DivClassName
{
background-color: #6F554B;
}
.BgClassName
{
background-color: #6F554B;
}
</style>
border-color css
<style>
span { border-color: #6F554B; }
span { border-color: rgb(111,85,75); }
td.TdClassName
{
border-color: #6F554B;
}
.TagClassName
{
border-color: #6F554B;
}
</style>