Shades of Quincy #68534B
Tints of Quincy #68534B
RGB
CMYK
RGB Variations
Color information
#68534B (or 0x68534B) is known color: Quincy. HEX triplet: 68, 53 and 4B. RGB value is (104,83,75). Sum of RGB (Red+Green+Blue) = 104+83+75=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 104 - color contains mainly: red. Hex color #68534B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68534B is #97ACB4. Grayscale: #585858. Windows color (decimal): -9940149 or 4936552. OLE color: 4936552.
HSL color Cylindrical-coordinate representation of color #68534B: hue angle of 16.55º 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 #68534B is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 83 | 75 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.59 |
| HSL | 16.55º | 0.16% | 0.35% | - |
| HSV(B) | 16.55º | 0.28% | 0.41% | - |
| XYZ | 10.07 | 9.64 | 7.99 | - |
| YUV | 88.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 83 | 75 | 0 | 0.20 | 0.28 | 0.59 | 16.55 | 0.16 | 0.35 |
| Hex | 68 | 53 | 4B | 0 | 14 | 1C | 3B | 11 | 10 | 23 |
| Octal | 150 | 123 | 113 | 0 | 24 | 34 | 73 | 21 | 20 | 43 |
| Binary | 1101000 | 1010011 | 1001011 | 0 | 10100 | 11100 | 111011 | 10001 | 10000 | 100011 |
Color Harmonies of #68534B
Complementary color
Monochromatic Colors of #68534B
Black with #68534B
Text Example
Text Example
White with #68534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68534B; }
p { color: rgb(104,83,75); }
H1.HeaderClassName
{
color: #68534B;
}
.AnyTagClassName
{
color: #68534B;
}
</style>
background-color css
<style>
a { background-color: #68534B; }
a { background-color: rgb(104,83,75); }
div.DivClassName
{
background-color: #68534B;
}
.BgClassName
{
background-color: #68534B;
}
</style>
border-color css
<style>
span { border-color: #68534B; }
span { border-color: rgb(104,83,75); }
td.TdClassName
{
border-color: #68534B;
}
.TagClassName
{
border-color: #68534B;
}
</style>