Shades of Quincy #68554D
Tints of Quincy #68554D
RGB
CMYK
RGB Variations
Color information
#68554D (or 0x68554D) is known color: Quincy. HEX triplet: 68, 55 and 4D. RGB value is (104,85,77). Sum of RGB (Red+Green+Blue) = 104+85+77=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 104 - color contains mainly: red. Hex color #68554D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68554D is #97AAB2. Grayscale: #595959. Windows color (decimal): -9939635 or 5068136. OLE color: 5068136.
HSL color Cylindrical-coordinate representation of color #68554D: hue angle of 17.78º 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 #68554D is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 85 | 77 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.59 |
| HSL | 17.78º | 0.15% | 0.35% | - |
| HSV(B) | 17.78º | 0.26% | 0.41% | - |
| XYZ | 10.3 | 9.98 | 8.4 | - |
| YUV | 89.77 | 120.79 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 85 | 77 | 0 | 0.18 | 0.26 | 0.59 | 17.78 | 0.15 | 0.35 |
| Hex | 68 | 55 | 4D | 0 | 12 | 1A | 3B | 12 | F | 23 |
| Octal | 150 | 125 | 115 | 0 | 22 | 32 | 73 | 22 | 17 | 43 |
| Binary | 1101000 | 1010101 | 1001101 | 0 | 10010 | 11010 | 111011 | 10010 | 1111 | 100011 |
Color Harmonies of #68554D
Complementary color
Monochromatic Colors of #68554D
Black with #68554D
Text Example
Text Example
White with #68554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68554D; }
p { color: rgb(104,85,77); }
H1.HeaderClassName
{
color: #68554D;
}
.AnyTagClassName
{
color: #68554D;
}
</style>
background-color css
<style>
a { background-color: #68554D; }
a { background-color: rgb(104,85,77); }
div.DivClassName
{
background-color: #68554D;
}
.BgClassName
{
background-color: #68554D;
}
</style>
border-color css
<style>
span { border-color: #68554D; }
span { border-color: rgb(104,85,77); }
td.TdClassName
{
border-color: #68554D;
}
.TagClassName
{
border-color: #68554D;
}
</style>