Shades of Falcon #6E4E55
Tints of Falcon #6E4E55
RGB
CMYK
RGB Variations
Color information
#6E4E55 (or 0x6E4E55) is known color: Falcon. HEX triplet: 6E, 4E and 55. RGB value is (110,78,85). Sum of RGB (Red+Green+Blue) = 110+78+85=273 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.29% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4E55 is #91B1AA. Grayscale: #585858. Windows color (decimal): -9548203 or 5590638. OLE color: 5590638.
HSL color Cylindrical-coordinate representation of color #6E4E55: hue angle of 346.88º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E4E55 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 78 | 85 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.57 |
| HSL | 346.88º | 0.17% | 0.37% | - |
| HSV(B) | 346.88º | 0.29% | 0.43% | - |
| XYZ | 10.79 | 9.42 | 9.84 | - |
| YUV | 88.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 78 | 85 | 0 | 0.29 | 0.23 | 0.57 | 346.88 | 0.17 | 0.37 |
| Hex | 6E | 4E | 55 | 0 | 1D | 17 | 39 | 15B | 11 | 25 |
| Octal | 156 | 116 | 125 | 0 | 35 | 27 | 71 | 533 | 21 | 45 |
| Binary | 1101110 | 1001110 | 1010101 | 0 | 11101 | 10111 | 111001 | 101011011 | 10001 | 100101 |
Color Harmonies of #6E4E55
Complementary color
Monochromatic Colors of #6E4E55
Black with #6E4E55
Text Example
Text Example
White with #6E4E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4E55; }
p { color: rgb(110,78,85); }
H1.HeaderClassName
{
color: #6E4E55;
}
.AnyTagClassName
{
color: #6E4E55;
}
</style>
background-color css
<style>
a { background-color: #6E4E55; }
a { background-color: rgb(110,78,85); }
div.DivClassName
{
background-color: #6E4E55;
}
.BgClassName
{
background-color: #6E4E55;
}
</style>
border-color css
<style>
span { border-color: #6E4E55; }
span { border-color: rgb(110,78,85); }
td.TdClassName
{
border-color: #6E4E55;
}
.TagClassName
{
border-color: #6E4E55;
}
</style>