Shades of Falcon #6D5657
Tints of Falcon #6D5657
RGB
CMYK
RGB Variations
Color information
#6D5657 (or 0x6D5657) is known color: Falcon. HEX triplet: 6D, 56 and 57. RGB value is (109,86,87). Sum of RGB (Red+Green+Blue) = 109+86+87=282 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.65% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5657 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5657 is #92A9A8. Grayscale: #5D5D5D. Windows color (decimal): -9611689 or 5723757. OLE color: 5723757.
HSL color Cylindrical-coordinate representation of color #6D5657: hue angle of 357.39º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D5657 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 86 | 87 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.57 |
| HSL | 357.39º | 0.12% | 0.38% | - |
| HSV(B) | 357.39º | 0.21% | 0.43% | - |
| XYZ | 11.35 | 10.59 | 10.46 | - |
| YUV | 92.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 86 | 87 | 0 | 0.21 | 0.20 | 0.57 | 357.39 | 0.12 | 0.38 |
| Hex | 6D | 56 | 57 | 0 | 15 | 14 | 39 | 165 | C | 26 |
| Octal | 155 | 126 | 127 | 0 | 25 | 24 | 71 | 545 | 14 | 46 |
| Binary | 1101101 | 1010110 | 1010111 | 0 | 10101 | 10100 | 111001 | 101100101 | 1100 | 100110 |
Color Harmonies of #6D5657
Complementary color
Monochromatic Colors of #6D5657
Black with #6D5657
Text Example
Text Example
White with #6D5657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5657; }
p { color: rgb(109,86,87); }
H1.HeaderClassName
{
color: #6D5657;
}
.AnyTagClassName
{
color: #6D5657;
}
</style>
background-color css
<style>
a { background-color: #6D5657; }
a { background-color: rgb(109,86,87); }
div.DivClassName
{
background-color: #6D5657;
}
.BgClassName
{
background-color: #6D5657;
}
</style>
border-color css
<style>
span { border-color: #6D5657; }
span { border-color: rgb(109,86,87); }
td.TdClassName
{
border-color: #6D5657;
}
.TagClassName
{
border-color: #6D5657;
}
</style>