Shades of Falcon #6C5156
Tints of Falcon #6C5156
RGB
CMYK
RGB Variations
Color information
#6C5156 (or 0x6C5156) is known color: Falcon. HEX triplet: 6C, 51 and 56. RGB value is (108,81,86). Sum of RGB (Red+Green+Blue) = 108+81+86=275 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.27% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5156 is #93AEA9. Grayscale: #595959. Windows color (decimal): -9678506 or 5656940. OLE color: 5656940.
HSL color Cylindrical-coordinate representation of color #6C5156: hue angle of 348.89º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6C5156 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 81 | 86 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.58 |
| HSL | 348.89º | 0.14% | 0.37% | - |
| HSV(B) | 348.89º | 0.25% | 0.42% | - |
| XYZ | 10.81 | 9.74 | 10.12 | - |
| YUV | 89.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 81 | 86 | 0 | 0.25 | 0.20 | 0.58 | 348.89 | 0.14 | 0.37 |
| Hex | 6C | 51 | 56 | 0 | 19 | 14 | 3A | 15D | E | 25 |
| Octal | 154 | 121 | 126 | 0 | 31 | 24 | 72 | 535 | 16 | 45 |
| Binary | 1101100 | 1010001 | 1010110 | 0 | 11001 | 10100 | 111010 | 101011101 | 1110 | 100101 |
Color Harmonies of #6C5156
Complementary color
Monochromatic Colors of #6C5156
Black with #6C5156
Text Example
Text Example
White with #6C5156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5156; }
p { color: rgb(108,81,86); }
H1.HeaderClassName
{
color: #6C5156;
}
.AnyTagClassName
{
color: #6C5156;
}
</style>
background-color css
<style>
a { background-color: #6C5156; }
a { background-color: rgb(108,81,86); }
div.DivClassName
{
background-color: #6C5156;
}
.BgClassName
{
background-color: #6C5156;
}
</style>
border-color css
<style>
span { border-color: #6C5156; }
span { border-color: rgb(108,81,86); }
td.TdClassName
{
border-color: #6C5156;
}
.TagClassName
{
border-color: #6C5156;
}
</style>