Shades of Falcon #6F5057
Tints of Falcon #6F5057
RGB
CMYK
RGB Variations
Color information
#6F5057 (or 0x6F5057) is known color: Falcon. HEX triplet: 6F, 50 and 57. RGB value is (111,80,87). Sum of RGB (Red+Green+Blue) = 111+80+87=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5057 is #90AFA8. Grayscale: #5A5A5A. Windows color (decimal): -9482153 or 5722223. OLE color: 5722223.
HSL color Cylindrical-coordinate representation of color #6F5057: hue angle of 346.45º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F5057 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 80 | 87 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.56 |
| HSL | 346.45º | 0.16% | 0.37% | - |
| HSV(B) | 346.45º | 0.28% | 0.44% | - |
| XYZ | 11.14 | 9.8 | 10.32 | - |
| YUV | 90.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 80 | 87 | 0 | 0.28 | 0.22 | 0.56 | 346.45 | 0.16 | 0.37 |
| Hex | 6F | 50 | 57 | 0 | 1C | 16 | 38 | 15A | 10 | 25 |
| Octal | 157 | 120 | 127 | 0 | 34 | 26 | 70 | 532 | 20 | 45 |
| Binary | 1101111 | 1010000 | 1010111 | 0 | 11100 | 10110 | 111000 | 101011010 | 10000 | 100101 |
Color Harmonies of #6F5057
Complementary color
Monochromatic Colors of #6F5057
Black with #6F5057
Text Example
Text Example
White with #6F5057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5057; }
p { color: rgb(111,80,87); }
H1.HeaderClassName
{
color: #6F5057;
}
.AnyTagClassName
{
color: #6F5057;
}
</style>
background-color css
<style>
a { background-color: #6F5057; }
a { background-color: rgb(111,80,87); }
div.DivClassName
{
background-color: #6F5057;
}
.BgClassName
{
background-color: #6F5057;
}
</style>
border-color css
<style>
span { border-color: #6F5057; }
span { border-color: rgb(111,80,87); }
td.TdClassName
{
border-color: #6F5057;
}
.TagClassName
{
border-color: #6F5057;
}
</style>