Shades of Falcon #6E5F60
Tints of Falcon #6E5F60
RGB
CMYK
RGB Variations
Color information
#6E5F60 (or 0x6E5F60) is known color: Falcon. HEX triplet: 6E, 5F and 60. RGB value is (110,95,96). Sum of RGB (Red+Green+Blue) = 110+95+96=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5F60 is #91A09F. Grayscale: #636363. Windows color (decimal): -9543840 or 6315886. OLE color: 6315886.
HSL color Cylindrical-coordinate representation of color #6E5F60: hue angle of 356º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6E5F60 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 95 | 96 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.57 |
| HSL | 356º | 0.07% | 0.4% | - |
| HSV(B) | 356º | 0.14% | 0.43% | - |
| XYZ | 12.63 | 12.34 | 12.78 | - |
| YUV | 99.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 95 | 96 | 0 | 0.14 | 0.13 | 0.57 | 356 | 0.07 | 0.4 |
| Hex | 6E | 5F | 60 | 0 | E | D | 39 | 164 | 7 | 28 |
| Octal | 156 | 137 | 140 | 0 | 16 | 15 | 71 | 544 | 7 | 50 |
| Binary | 1101110 | 1011111 | 1100000 | 0 | 1110 | 1101 | 111001 | 101100100 | 111 | 101000 |
Color Harmonies of #6E5F60
Complementary color
Monochromatic Colors of #6E5F60
Black with #6E5F60
Text Example
Text Example
White with #6E5F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5F60; }
p { color: rgb(110,95,96); }
H1.HeaderClassName
{
color: #6E5F60;
}
.AnyTagClassName
{
color: #6E5F60;
}
</style>
background-color css
<style>
a { background-color: #6E5F60; }
a { background-color: rgb(110,95,96); }
div.DivClassName
{
background-color: #6E5F60;
}
.BgClassName
{
background-color: #6E5F60;
}
</style>
border-color css
<style>
span { border-color: #6E5F60; }
span { border-color: rgb(110,95,96); }
td.TdClassName
{
border-color: #6E5F60;
}
.TagClassName
{
border-color: #6E5F60;
}
</style>