Shades of Falcon #6E4F56
Tints of Falcon #6E4F56
RGB
CMYK
RGB Variations
Color information
#6E4F56 (or 0x6E4F56) is known color: Falcon. HEX triplet: 6E, 4F and 56. RGB value is (110,79,86). Sum of RGB (Red+Green+Blue) = 110+79+86=275 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4F56 is #91B0A9. Grayscale: #595959. Windows color (decimal): -9547946 or 5656430. OLE color: 5656430.
HSL color Cylindrical-coordinate representation of color #6E4F56: hue angle of 346.45º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6E4F56 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 79 | 86 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.57 |
| HSL | 346.45º | 0.16% | 0.37% | - |
| HSV(B) | 346.45º | 0.28% | 0.43% | - |
| XYZ | 10.91 | 9.58 | 10.08 | - |
| YUV | 89.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 79 | 86 | 0 | 0.28 | 0.22 | 0.57 | 346.45 | 0.16 | 0.37 |
| Hex | 6E | 4F | 56 | 0 | 1C | 16 | 39 | 15A | 10 | 25 |
| Octal | 156 | 117 | 126 | 0 | 34 | 26 | 71 | 532 | 20 | 45 |
| Binary | 1101110 | 1001111 | 1010110 | 0 | 11100 | 10110 | 111001 | 101011010 | 10000 | 100101 |
Color Harmonies of #6E4F56
Complementary color
Monochromatic Colors of #6E4F56
Black with #6E4F56
Text Example
Text Example
White with #6E4F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4F56; }
p { color: rgb(110,79,86); }
H1.HeaderClassName
{
color: #6E4F56;
}
.AnyTagClassName
{
color: #6E4F56;
}
</style>
background-color css
<style>
a { background-color: #6E4F56; }
a { background-color: rgb(110,79,86); }
div.DivClassName
{
background-color: #6E4F56;
}
.BgClassName
{
background-color: #6E4F56;
}
</style>
border-color css
<style>
span { border-color: #6E4F56; }
span { border-color: rgb(110,79,86); }
td.TdClassName
{
border-color: #6E4F56;
}
.TagClassName
{
border-color: #6E4F56;
}
</style>