Shades of Falcon #68595A
Tints of Falcon #68595A
RGB
CMYK
RGB Variations
Color information
#68595A (or 0x68595A) is known color: Falcon. HEX triplet: 68, 59 and 5A. RGB value is (104,89,90). Sum of RGB (Red+Green+Blue) = 104+89+90=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 104 - color contains mainly: red. Hex color #68595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68595A is #97A6A5. Grayscale: #5D5D5D. Windows color (decimal): -9938598 or 5921128. OLE color: 5921128.
HSL color Cylindrical-coordinate representation of color #68595A: hue angle of 356º 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 #68595A is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 89 | 90 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.59 |
| HSL | 356º | 0.08% | 0.38% | - |
| HSV(B) | 356º | 0.14% | 0.41% | - |
| XYZ | 11.13 | 10.83 | 11.18 | - |
| YUV | 93.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 89 | 90 | 0 | 0.14 | 0.13 | 0.59 | 356 | 0.08 | 0.38 |
| Hex | 68 | 59 | 5A | 0 | E | D | 3B | 164 | 8 | 26 |
| Octal | 150 | 131 | 132 | 0 | 16 | 15 | 73 | 544 | 10 | 46 |
| Binary | 1101000 | 1011001 | 1011010 | 0 | 1110 | 1101 | 111011 | 101100100 | 1000 | 100110 |
Color Harmonies of #68595A
Complementary color
Monochromatic Colors of #68595A
Black with #68595A
Text Example
Text Example
White with #68595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68595A; }
p { color: rgb(104,89,90); }
H1.HeaderClassName
{
color: #68595A;
}
.AnyTagClassName
{
color: #68595A;
}
</style>
background-color css
<style>
a { background-color: #68595A; }
a { background-color: rgb(104,89,90); }
div.DivClassName
{
background-color: #68595A;
}
.BgClassName
{
background-color: #68595A;
}
</style>
border-color css
<style>
span { border-color: #68595A; }
span { border-color: rgb(104,89,90); }
td.TdClassName
{
border-color: #68595A;
}
.TagClassName
{
border-color: #68595A;
}
</style>