Shades of Falcon #68595B
Tints of Falcon #68595B
RGB
CMYK
RGB Variations
Color information
#68595B (or 0x68595B) is known color: Falcon. HEX triplet: 68, 59 and 5B. RGB value is (104,89,91). Sum of RGB (Red+Green+Blue) = 104+89+91=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 104 - color contains mainly: red. Hex color #68595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68595B is #97A6A4. Grayscale: #5D5D5D. Windows color (decimal): -9938597 or 5986664. OLE color: 5986664.
HSL color Cylindrical-coordinate representation of color #68595B: hue angle of 352º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #68595B is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 89 | 91 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.59 |
| HSL | 352º | 0.08% | 0.38% | - |
| HSV(B) | 352º | 0.14% | 0.41% | - |
| XYZ | 11.17 | 10.84 | 11.4 | - |
| YUV | 93.71 | 126.47 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 89 | 91 | 0 | 0.14 | 0.12 | 0.59 | 352 | 0.08 | 0.38 |
| Hex | 68 | 59 | 5B | 0 | E | C | 3B | 160 | 8 | 26 |
| Octal | 150 | 131 | 133 | 0 | 16 | 14 | 73 | 540 | 10 | 46 |
| Binary | 1101000 | 1011001 | 1011011 | 0 | 1110 | 1100 | 111011 | 101100000 | 1000 | 100110 |
Color Harmonies of #68595B
Complementary color
Monochromatic Colors of #68595B
Black with #68595B
Text Example
Text Example
White with #68595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68595B; }
p { color: rgb(104,89,91); }
H1.HeaderClassName
{
color: #68595B;
}
.AnyTagClassName
{
color: #68595B;
}
</style>
background-color css
<style>
a { background-color: #68595B; }
a { background-color: rgb(104,89,91); }
div.DivClassName
{
background-color: #68595B;
}
.BgClassName
{
background-color: #68595B;
}
</style>
border-color css
<style>
span { border-color: #68595B; }
span { border-color: rgb(104,89,91); }
td.TdClassName
{
border-color: #68595B;
}
.TagClassName
{
border-color: #68595B;
}
</style>