Shades of Falcon #6D4E54
Tints of Falcon #6D4E54
RGB
CMYK
RGB Variations
Color information
#6D4E54 (or 0x6D4E54) is known color: Falcon. HEX triplet: 6D, 4E and 54. RGB value is (109,78,84). Sum of RGB (Red+Green+Blue) = 109+78+84=271 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.22% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4E54 is #92B1AB. Grayscale: #575757. Windows color (decimal): -9613740 or 5525101. OLE color: 5525101.
HSL color Cylindrical-coordinate representation of color #6D4E54: hue angle of 348.39º degrees, saturation: 0.17, 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 #6D4E54 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 78 | 84 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.57 |
| HSL | 348.39º | 0.17% | 0.37% | - |
| HSV(B) | 348.39º | 0.28% | 0.43% | - |
| XYZ | 10.63 | 9.34 | 9.63 | - |
| YUV | 87.95 | 125.77 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 78 | 84 | 0 | 0.28 | 0.23 | 0.57 | 348.39 | 0.17 | 0.37 |
| Hex | 6D | 4E | 54 | 0 | 1C | 17 | 39 | 15C | 11 | 25 |
| Octal | 155 | 116 | 124 | 0 | 34 | 27 | 71 | 534 | 21 | 45 |
| Binary | 1101101 | 1001110 | 1010100 | 0 | 11100 | 10111 | 111001 | 101011100 | 10001 | 100101 |
Color Harmonies of #6D4E54
Complementary color
Monochromatic Colors of #6D4E54
Black with #6D4E54
Text Example
Text Example
White with #6D4E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4E54; }
p { color: rgb(109,78,84); }
H1.HeaderClassName
{
color: #6D4E54;
}
.AnyTagClassName
{
color: #6D4E54;
}
</style>
background-color css
<style>
a { background-color: #6D4E54; }
a { background-color: rgb(109,78,84); }
div.DivClassName
{
background-color: #6D4E54;
}
.BgClassName
{
background-color: #6D4E54;
}
</style>
border-color css
<style>
span { border-color: #6D4E54; }
span { border-color: rgb(109,78,84); }
td.TdClassName
{
border-color: #6D4E54;
}
.TagClassName
{
border-color: #6D4E54;
}
</style>