Shades of Falcon #6E4D51
Tints of Falcon #6E4D51
RGB
CMYK
RGB Variations
Color information
#6E4D51 (or 0x6E4D51) is known color: Falcon. HEX triplet: 6E, 4D and 51. RGB value is (110,77,81). Sum of RGB (Red+Green+Blue) = 110+77+81=268 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.04% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4D51 is #91B2AE. Grayscale: #575757. Windows color (decimal): -9548463 or 5328238. OLE color: 5328238.
HSL color Cylindrical-coordinate representation of color #6E4D51: hue angle of 352.73º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E4D51 is Cyan = 0, Magento = 0.3, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 77 | 81 | - |
| CMYK | 0 | 0.3 | 0.26 | 0.57 |
| HSL | 352.73º | 0.18% | 0.37% | - |
| HSV(B) | 352.73º | 0.3% | 0.43% | - |
| XYZ | 10.57 | 9.22 | 9.01 | - |
| YUV | 87.32 | 124.43 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 77 | 81 | 0 | 0.3 | 0.26 | 0.57 | 352.73 | 0.18 | 0.37 |
| Hex | 6E | 4D | 51 | 0 | 1E | 1A | 39 | 161 | 12 | 25 |
| Octal | 156 | 115 | 121 | 0 | 36 | 32 | 71 | 541 | 22 | 45 |
| Binary | 1101110 | 1001101 | 1010001 | 0 | 11110 | 11010 | 111001 | 101100001 | 10010 | 100101 |
Color Harmonies of #6E4D51
Complementary color
Monochromatic Colors of #6E4D51
Black with #6E4D51
Text Example
Text Example
White with #6E4D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4D51; }
p { color: rgb(110,77,81); }
H1.HeaderClassName
{
color: #6E4D51;
}
.AnyTagClassName
{
color: #6E4D51;
}
</style>
background-color css
<style>
a { background-color: #6E4D51; }
a { background-color: rgb(110,77,81); }
div.DivClassName
{
background-color: #6E4D51;
}
.BgClassName
{
background-color: #6E4D51;
}
</style>
border-color css
<style>
span { border-color: #6E4D51; }
span { border-color: rgb(110,77,81); }
td.TdClassName
{
border-color: #6E4D51;
}
.TagClassName
{
border-color: #6E4D51;
}
</style>