Shades of Falcon #6E5657
Tints of Falcon #6E5657
RGB
CMYK
RGB Variations
Color information
#6E5657 (or 0x6E5657) is known color: Falcon. HEX triplet: 6E, 56 and 57. RGB value is (110,86,87). Sum of RGB (Red+Green+Blue) = 110+86+87=283 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.87% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 87 (34.38% from 255 or 30.74% from 283); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5657 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5657 is #91A9A8. Grayscale: #5D5D5D. Windows color (decimal): -9546153 or 5723758. OLE color: 5723758.
HSL color Cylindrical-coordinate representation of color #6E5657: hue angle of 357.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6E5657 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 86 | 87 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.57 |
| HSL | 357.5º | 0.12% | 0.38% | - |
| HSV(B) | 357.5º | 0.22% | 0.43% | - |
| XYZ | 11.48 | 10.66 | 10.47 | - |
| YUV | 93.29 | 124.45 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 86 | 87 | 0 | 0.22 | 0.21 | 0.57 | 357.5 | 0.12 | 0.38 |
| Hex | 6E | 56 | 57 | 0 | 16 | 15 | 39 | 166 | C | 26 |
| Octal | 156 | 126 | 127 | 0 | 26 | 25 | 71 | 546 | 14 | 46 |
| Binary | 1101110 | 1010110 | 1010111 | 0 | 10110 | 10101 | 111001 | 101100110 | 1100 | 100110 |
Color Harmonies of #6E5657
Complementary color
Monochromatic Colors of #6E5657
Black with #6E5657
Text Example
Text Example
White with #6E5657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5657; }
p { color: rgb(110,86,87); }
H1.HeaderClassName
{
color: #6E5657;
}
.AnyTagClassName
{
color: #6E5657;
}
</style>
background-color css
<style>
a { background-color: #6E5657; }
a { background-color: rgb(110,86,87); }
div.DivClassName
{
background-color: #6E5657;
}
.BgClassName
{
background-color: #6E5657;
}
</style>
border-color css
<style>
span { border-color: #6E5657; }
span { border-color: rgb(110,86,87); }
td.TdClassName
{
border-color: #6E5657;
}
.TagClassName
{
border-color: #6E5657;
}
</style>