Shades of Quincy #68554A
Tints of Quincy #68554A
RGB
CMYK
RGB Variations
Color information
#68554A (or 0x68554A) is known color: Quincy. HEX triplet: 68, 55 and 4A. RGB value is (104,85,74). Sum of RGB (Red+Green+Blue) = 104+85+74=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 104 - color contains mainly: red. Hex color #68554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68554A is #97AAB5. Grayscale: #595959. Windows color (decimal): -9939638 or 4871528. OLE color: 4871528.
HSL color Cylindrical-coordinate representation of color #68554A: hue angle of 22º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68554A is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 85 | 74 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.59 |
| HSL | 22º | 0.17% | 0.35% | - |
| HSV(B) | 22º | 0.29% | 0.41% | - |
| XYZ | 10.19 | 9.93 | 7.86 | - |
| YUV | 89.43 | 119.29 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 85 | 74 | 0 | 0.18 | 0.29 | 0.59 | 22 | 0.17 | 0.35 |
| Hex | 68 | 55 | 4A | 0 | 12 | 1D | 3B | 16 | 11 | 23 |
| Octal | 150 | 125 | 112 | 0 | 22 | 35 | 73 | 26 | 21 | 43 |
| Binary | 1101000 | 1010101 | 1001010 | 0 | 10010 | 11101 | 111011 | 10110 | 10001 | 100011 |
Color Harmonies of #68554A
Complementary color
Monochromatic Colors of #68554A
Black with #68554A
Text Example
Text Example
White with #68554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68554A; }
p { color: rgb(104,85,74); }
H1.HeaderClassName
{
color: #68554A;
}
.AnyTagClassName
{
color: #68554A;
}
</style>
background-color css
<style>
a { background-color: #68554A; }
a { background-color: rgb(104,85,74); }
div.DivClassName
{
background-color: #68554A;
}
.BgClassName
{
background-color: #68554A;
}
</style>
border-color css
<style>
span { border-color: #68554A; }
span { border-color: rgb(104,85,74); }
td.TdClassName
{
border-color: #68554A;
}
.TagClassName
{
border-color: #68554A;
}
</style>