Shades of Falcon #6F5559
Tints of Falcon #6F5559
RGB
CMYK
RGB Variations
Color information
#6F5559 (or 0x6F5559) is known color: Falcon. HEX triplet: 6F, 55 and 59. RGB value is (111,85,89). Sum of RGB (Red+Green+Blue) = 111+85+89=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5559 is #90AAA6. Grayscale: #5D5D5D. Windows color (decimal): -9480871 or 5854575. OLE color: 5854575.
HSL color Cylindrical-coordinate representation of color #6F5559: hue angle of 350.77º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F5559 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 85 | 89 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.56 |
| HSL | 350.77º | 0.13% | 0.38% | - |
| HSV(B) | 350.77º | 0.23% | 0.44% | - |
| XYZ | 11.61 | 10.6 | 10.89 | - |
| YUV | 93.23 | 125.61 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 85 | 89 | 0 | 0.23 | 0.20 | 0.56 | 350.77 | 0.13 | 0.38 |
| Hex | 6F | 55 | 59 | 0 | 17 | 14 | 38 | 15F | D | 26 |
| Octal | 157 | 125 | 131 | 0 | 27 | 24 | 70 | 537 | 15 | 46 |
| Binary | 1101111 | 1010101 | 1011001 | 0 | 10111 | 10100 | 111000 | 101011111 | 1101 | 100110 |
Color Harmonies of #6F5559
Complementary color
Monochromatic Colors of #6F5559
Black with #6F5559
Text Example
Text Example
White with #6F5559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5559; }
p { color: rgb(111,85,89); }
H1.HeaderClassName
{
color: #6F5559;
}
.AnyTagClassName
{
color: #6F5559;
}
</style>
background-color css
<style>
a { background-color: #6F5559; }
a { background-color: rgb(111,85,89); }
div.DivClassName
{
background-color: #6F5559;
}
.BgClassName
{
background-color: #6F5559;
}
</style>
border-color css
<style>
span { border-color: #6F5559; }
span { border-color: rgb(111,85,89); }
td.TdClassName
{
border-color: #6F5559;
}
.TagClassName
{
border-color: #6F5559;
}
</style>