Shades of Falcon #6F5158
Tints of Falcon #6F5158
RGB
CMYK
RGB Variations
Color information
#6F5158 (or 0x6F5158) is known color: Falcon. HEX triplet: 6F, 51 and 58. RGB value is (111,81,88). Sum of RGB (Red+Green+Blue) = 111+81+88=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5158 is #90AEA7. Grayscale: #5A5A5A. Windows color (decimal): -9481896 or 5788015. OLE color: 5788015.
HSL color Cylindrical-coordinate representation of color #6F5158: hue angle of 346º 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 #6F5158 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 81 | 88 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.56 |
| HSL | 346º | 0.16% | 0.38% | - |
| HSV(B) | 346º | 0.27% | 0.44% | - |
| XYZ | 11.26 | 9.97 | 10.56 | - |
| YUV | 90.77 | 126.44 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 81 | 88 | 0 | 0.27 | 0.21 | 0.56 | 346 | 0.16 | 0.38 |
| Hex | 6F | 51 | 58 | 0 | 1B | 15 | 38 | 15A | 10 | 26 |
| Octal | 157 | 121 | 130 | 0 | 33 | 25 | 70 | 532 | 20 | 46 |
| Binary | 1101111 | 1010001 | 1011000 | 0 | 11011 | 10101 | 111000 | 101011010 | 10000 | 100110 |
Color Harmonies of #6F5158
Complementary color
Monochromatic Colors of #6F5158
Black with #6F5158
Text Example
Text Example
White with #6F5158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5158; }
p { color: rgb(111,81,88); }
H1.HeaderClassName
{
color: #6F5158;
}
.AnyTagClassName
{
color: #6F5158;
}
</style>
background-color css
<style>
a { background-color: #6F5158; }
a { background-color: rgb(111,81,88); }
div.DivClassName
{
background-color: #6F5158;
}
.BgClassName
{
background-color: #6F5158;
}
</style>
border-color css
<style>
span { border-color: #6F5158; }
span { border-color: rgb(111,81,88); }
td.TdClassName
{
border-color: #6F5158;
}
.TagClassName
{
border-color: #6F5158;
}
</style>