Shades of Falcon #6C5E60
Tints of Falcon #6C5E60
RGB
CMYK
RGB Variations
Color information
#6C5E60 (or 0x6C5E60) is known color: Falcon. HEX triplet: 6C, 5E and 60. RGB value is (108,94,96). Sum of RGB (Red+Green+Blue) = 108+94+96=298 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.24% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5E60 is #93A19F. Grayscale: #626262. Windows color (decimal): -9675168 or 6315628. OLE color: 6315628.
HSL color Cylindrical-coordinate representation of color #6C5E60: hue angle of 351.43º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6C5E60 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 94 | 96 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.58 |
| HSL | 351.43º | 0.07% | 0.4% | - |
| HSV(B) | 351.43º | 0.13% | 0.42% | - |
| XYZ | 12.3 | 12.04 | 12.74 | - |
| YUV | 98.41 | 126.64 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 94 | 96 | 0 | 0.13 | 0.11 | 0.58 | 351.43 | 0.07 | 0.4 |
| Hex | 6C | 5E | 60 | 0 | D | B | 3A | 15F | 7 | 28 |
| Octal | 154 | 136 | 140 | 0 | 15 | 13 | 72 | 537 | 7 | 50 |
| Binary | 1101100 | 1011110 | 1100000 | 0 | 1101 | 1011 | 111010 | 101011111 | 111 | 101000 |
Color Harmonies of #6C5E60
Complementary color
Monochromatic Colors of #6C5E60
Black with #6C5E60
Text Example
Text Example
White with #6C5E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5E60; }
p { color: rgb(108,94,96); }
H1.HeaderClassName
{
color: #6C5E60;
}
.AnyTagClassName
{
color: #6C5E60;
}
</style>
background-color css
<style>
a { background-color: #6C5E60; }
a { background-color: rgb(108,94,96); }
div.DivClassName
{
background-color: #6C5E60;
}
.BgClassName
{
background-color: #6C5E60;
}
</style>
border-color css
<style>
span { border-color: #6C5E60; }
span { border-color: rgb(108,94,96); }
td.TdClassName
{
border-color: #6C5E60;
}
.TagClassName
{
border-color: #6C5E60;
}
</style>