Shades of Quincy #68574D
Tints of Quincy #68574D
RGB
CMYK
RGB Variations
Color information
#68574D (or 0x68574D) is known color: Quincy. HEX triplet: 68, 57 and 4D. RGB value is (104,87,77). Sum of RGB (Red+Green+Blue) = 104+87+77=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 104 - color contains mainly: red. Hex color #68574D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68574D is #97A8B2. Grayscale: #5B5B5B. Windows color (decimal): -9939123 or 5068648. OLE color: 5068648.
HSL color Cylindrical-coordinate representation of color #68574D: hue angle of 22.22º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #68574D is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 87 | 77 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.59 |
| HSL | 22.22º | 0.15% | 0.35% | - |
| HSV(B) | 22.22º | 0.26% | 0.41% | - |
| XYZ | 10.46 | 10.3 | 8.46 | - |
| YUV | 90.94 | 120.13 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 87 | 77 | 0 | 0.16 | 0.26 | 0.59 | 22.22 | 0.15 | 0.35 |
| Hex | 68 | 57 | 4D | 0 | 10 | 1A | 3B | 16 | F | 23 |
| Octal | 150 | 127 | 115 | 0 | 20 | 32 | 73 | 26 | 17 | 43 |
| Binary | 1101000 | 1010111 | 1001101 | 0 | 10000 | 11010 | 111011 | 10110 | 1111 | 100011 |
Color Harmonies of #68574D
Complementary color
Monochromatic Colors of #68574D
Black with #68574D
Text Example
Text Example
White with #68574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68574D; }
p { color: rgb(104,87,77); }
H1.HeaderClassName
{
color: #68574D;
}
.AnyTagClassName
{
color: #68574D;
}
</style>
background-color css
<style>
a { background-color: #68574D; }
a { background-color: rgb(104,87,77); }
div.DivClassName
{
background-color: #68574D;
}
.BgClassName
{
background-color: #68574D;
}
</style>
border-color css
<style>
span { border-color: #68574D; }
span { border-color: rgb(104,87,77); }
td.TdClassName
{
border-color: #68574D;
}
.TagClassName
{
border-color: #68574D;
}
</style>