Shades of Falcon #6E5056
Tints of Falcon #6E5056
RGB
CMYK
RGB Variations
Color information
#6E5056 (or 0x6E5056) is known color: Falcon. HEX triplet: 6E, 50 and 56. RGB value is (110,80,86). Sum of RGB (Red+Green+Blue) = 110+80+86=276 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.86% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5056 is #91AFA9. Grayscale: #595959. Windows color (decimal): -9547690 or 5656686. OLE color: 5656686.
HSL color Cylindrical-coordinate representation of color #6E5056: hue angle of 348º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E5056 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 80 | 86 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.57 |
| HSL | 348º | 0.16% | 0.37% | - |
| HSV(B) | 348º | 0.27% | 0.43% | - |
| XYZ | 10.98 | 9.72 | 10.1 | - |
| YUV | 89.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 80 | 86 | 0 | 0.27 | 0.22 | 0.57 | 348 | 0.16 | 0.37 |
| Hex | 6E | 50 | 56 | 0 | 1B | 16 | 39 | 15C | 10 | 25 |
| Octal | 156 | 120 | 126 | 0 | 33 | 26 | 71 | 534 | 20 | 45 |
| Binary | 1101110 | 1010000 | 1010110 | 0 | 11011 | 10110 | 111001 | 101011100 | 10000 | 100101 |
Color Harmonies of #6E5056
Complementary color
Monochromatic Colors of #6E5056
Black with #6E5056
Text Example
Text Example
White with #6E5056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5056; }
p { color: rgb(110,80,86); }
H1.HeaderClassName
{
color: #6E5056;
}
.AnyTagClassName
{
color: #6E5056;
}
</style>
background-color css
<style>
a { background-color: #6E5056; }
a { background-color: rgb(110,80,86); }
div.DivClassName
{
background-color: #6E5056;
}
.BgClassName
{
background-color: #6E5056;
}
</style>
border-color css
<style>
span { border-color: #6E5056; }
span { border-color: rgb(110,80,86); }
td.TdClassName
{
border-color: #6E5056;
}
.TagClassName
{
border-color: #6E5056;
}
</style>