Shades of Falcon #6D5157
Tints of Falcon #6D5157
RGB
CMYK
RGB Variations
Color information
#6D5157 (or 0x6D5157) is known color: Falcon. HEX triplet: 6D, 51 and 57. RGB value is (109,81,87). Sum of RGB (Red+Green+Blue) = 109+81+87=277 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.35% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5157 is #92AEA8. Grayscale: #5A5A5A. Windows color (decimal): -9612969 or 5722477. OLE color: 5722477.
HSL color Cylindrical-coordinate representation of color #6D5157: hue angle of 347.14º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D5157 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 81 | 87 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.57 |
| HSL | 347.14º | 0.15% | 0.37% | - |
| HSV(B) | 347.14º | 0.26% | 0.43% | - |
| XYZ | 10.97 | 9.82 | 10.33 | - |
| YUV | 90.06 | 126.28 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 81 | 87 | 0 | 0.26 | 0.20 | 0.57 | 347.14 | 0.15 | 0.37 |
| Hex | 6D | 51 | 57 | 0 | 1A | 14 | 39 | 15B | F | 25 |
| Octal | 155 | 121 | 127 | 0 | 32 | 24 | 71 | 533 | 17 | 45 |
| Binary | 1101101 | 1010001 | 1010111 | 0 | 11010 | 10100 | 111001 | 101011011 | 1111 | 100101 |
Color Harmonies of #6D5157
Complementary color
Monochromatic Colors of #6D5157
Black with #6D5157
Text Example
Text Example
White with #6D5157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5157; }
p { color: rgb(109,81,87); }
H1.HeaderClassName
{
color: #6D5157;
}
.AnyTagClassName
{
color: #6D5157;
}
</style>
background-color css
<style>
a { background-color: #6D5157; }
a { background-color: rgb(109,81,87); }
div.DivClassName
{
background-color: #6D5157;
}
.BgClassName
{
background-color: #6D5157;
}
</style>
border-color css
<style>
span { border-color: #6D5157; }
span { border-color: rgb(109,81,87); }
td.TdClassName
{
border-color: #6D5157;
}
.TagClassName
{
border-color: #6D5157;
}
</style>