Shades of Falcon #6F5759
Tints of Falcon #6F5759
RGB
CMYK
RGB Variations
Color information
#6F5759 (or 0x6F5759) is known color: Falcon. HEX triplet: 6F, 57 and 59. RGB value is (111,87,89). Sum of RGB (Red+Green+Blue) = 111+87+89=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5759 is #90A8A6. Grayscale: #5E5E5E. Windows color (decimal): -9480359 or 5855087. OLE color: 5855087.
HSL color Cylindrical-coordinate representation of color #6F5759: hue angle of 355º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F5759 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 87 | 89 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.56 |
| HSL | 355º | 0.12% | 0.39% | - |
| HSV(B) | 355º | 0.22% | 0.44% | - |
| XYZ | 11.77 | 10.92 | 10.94 | - |
| YUV | 94.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 87 | 89 | 0 | 0.22 | 0.20 | 0.56 | 355 | 0.12 | 0.39 |
| Hex | 6F | 57 | 59 | 0 | 16 | 14 | 38 | 163 | C | 27 |
| Octal | 157 | 127 | 131 | 0 | 26 | 24 | 70 | 543 | 14 | 47 |
| Binary | 1101111 | 1010111 | 1011001 | 0 | 10110 | 10100 | 111000 | 101100011 | 1100 | 100111 |
Color Harmonies of #6F5759
Complementary color
Monochromatic Colors of #6F5759
Black with #6F5759
Text Example
Text Example
White with #6F5759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5759; }
p { color: rgb(111,87,89); }
H1.HeaderClassName
{
color: #6F5759;
}
.AnyTagClassName
{
color: #6F5759;
}
</style>
background-color css
<style>
a { background-color: #6F5759; }
a { background-color: rgb(111,87,89); }
div.DivClassName
{
background-color: #6F5759;
}
.BgClassName
{
background-color: #6F5759;
}
</style>
border-color css
<style>
span { border-color: #6F5759; }
span { border-color: rgb(111,87,89); }
td.TdClassName
{
border-color: #6F5759;
}
.TagClassName
{
border-color: #6F5759;
}
</style>