Shades of Falcon #6F5156
Tints of Falcon #6F5156
RGB
CMYK
RGB Variations
Color information
#6F5156 (or 0x6F5156) is known color: Falcon. HEX triplet: 6F, 51 and 56. RGB value is (111,81,86). Sum of RGB (Red+Green+Blue) = 111+81+86=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5156 is #90AEA9. Grayscale: #5A5A5A. Windows color (decimal): -9481898 or 5656943. OLE color: 5656943.
HSL color Cylindrical-coordinate representation of color #6F5156: hue angle of 350º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F5156 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 81 | 86 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.56 |
| HSL | 350º | 0.16% | 0.38% | - |
| HSV(B) | 350º | 0.27% | 0.44% | - |
| XYZ | 11.18 | 9.94 | 10.13 | - |
| YUV | 90.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 81 | 86 | 0 | 0.27 | 0.23 | 0.56 | 350 | 0.16 | 0.38 |
| Hex | 6F | 51 | 56 | 0 | 1B | 17 | 38 | 15E | 10 | 26 |
| Octal | 157 | 121 | 126 | 0 | 33 | 27 | 70 | 536 | 20 | 46 |
| Binary | 1101111 | 1010001 | 1010110 | 0 | 11011 | 10111 | 111000 | 101011110 | 10000 | 100110 |
Color Harmonies of #6F5156
Complementary color
Monochromatic Colors of #6F5156
Black with #6F5156
Text Example
Text Example
White with #6F5156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5156; }
p { color: rgb(111,81,86); }
H1.HeaderClassName
{
color: #6F5156;
}
.AnyTagClassName
{
color: #6F5156;
}
</style>
background-color css
<style>
a { background-color: #6F5156; }
a { background-color: rgb(111,81,86); }
div.DivClassName
{
background-color: #6F5156;
}
.BgClassName
{
background-color: #6F5156;
}
</style>
border-color css
<style>
span { border-color: #6F5156; }
span { border-color: rgb(111,81,86); }
td.TdClassName
{
border-color: #6F5156;
}
.TagClassName
{
border-color: #6F5156;
}
</style>