Shades of Quincy #68554B
Tints of Quincy #68554B
RGB
CMYK
RGB Variations
Color information
#68554B (or 0x68554B) is known color: Quincy. HEX triplet: 68, 55 and 4B. RGB value is (104,85,75). Sum of RGB (Red+Green+Blue) = 104+85+75=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 104 - color contains mainly: red. Hex color #68554B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68554B is #97AAB4. Grayscale: #595959. Windows color (decimal): -9939637 or 4937064. OLE color: 4937064.
HSL color Cylindrical-coordinate representation of color #68554B: hue angle of 20.69º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68554B is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 85 | 75 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.59 |
| HSL | 20.69º | 0.16% | 0.35% | - |
| HSV(B) | 20.69º | 0.28% | 0.41% | - |
| XYZ | 10.23 | 9.95 | 8.04 | - |
| YUV | 89.54 | 119.79 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 85 | 75 | 0 | 0.18 | 0.28 | 0.59 | 20.69 | 0.16 | 0.35 |
| Hex | 68 | 55 | 4B | 0 | 12 | 1C | 3B | 15 | 10 | 23 |
| Octal | 150 | 125 | 113 | 0 | 22 | 34 | 73 | 25 | 20 | 43 |
| Binary | 1101000 | 1010101 | 1001011 | 0 | 10010 | 11100 | 111011 | 10101 | 10000 | 100011 |
Color Harmonies of #68554B
Complementary color
Monochromatic Colors of #68554B
Black with #68554B
Text Example
Text Example
White with #68554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68554B; }
p { color: rgb(104,85,75); }
H1.HeaderClassName
{
color: #68554B;
}
.AnyTagClassName
{
color: #68554B;
}
</style>
background-color css
<style>
a { background-color: #68554B; }
a { background-color: rgb(104,85,75); }
div.DivClassName
{
background-color: #68554B;
}
.BgClassName
{
background-color: #68554B;
}
</style>
border-color css
<style>
span { border-color: #68554B; }
span { border-color: rgb(104,85,75); }
td.TdClassName
{
border-color: #68554B;
}
.TagClassName
{
border-color: #68554B;
}
</style>