Shades of Falcon #6F4E55
Tints of Falcon #6F4E55
RGB
CMYK
RGB Variations
Color information
#6F4E55 (or 0x6F4E55) is known color: Falcon. HEX triplet: 6F, 4E and 55. RGB value is (111,78,85). Sum of RGB (Red+Green+Blue) = 111+78+85=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4E55 is #90B1AA. Grayscale: #585858. Windows color (decimal): -9482667 or 5590639. OLE color: 5590639.
HSL color Cylindrical-coordinate representation of color #6F4E55: hue angle of 347.27º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F4E55 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 78 | 85 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.56 |
| HSL | 347.27º | 0.17% | 0.37% | - |
| HSV(B) | 347.27º | 0.3% | 0.44% | - |
| XYZ | 10.92 | 9.48 | 9.85 | - |
| YUV | 88.67 | 125.93 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 78 | 85 | 0 | 0.30 | 0.23 | 0.56 | 347.27 | 0.17 | 0.37 |
| Hex | 6F | 4E | 55 | 0 | 1E | 17 | 38 | 15B | 11 | 25 |
| Octal | 157 | 116 | 125 | 0 | 36 | 27 | 70 | 533 | 21 | 45 |
| Binary | 1101111 | 1001110 | 1010101 | 0 | 11110 | 10111 | 111000 | 101011011 | 10001 | 100101 |
Color Harmonies of #6F4E55
Complementary color
Monochromatic Colors of #6F4E55
Black with #6F4E55
Text Example
Text Example
White with #6F4E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4E55; }
p { color: rgb(111,78,85); }
H1.HeaderClassName
{
color: #6F4E55;
}
.AnyTagClassName
{
color: #6F4E55;
}
</style>
background-color css
<style>
a { background-color: #6F4E55; }
a { background-color: rgb(111,78,85); }
div.DivClassName
{
background-color: #6F4E55;
}
.BgClassName
{
background-color: #6F4E55;
}
</style>
border-color css
<style>
span { border-color: #6F4E55; }
span { border-color: rgb(111,78,85); }
td.TdClassName
{
border-color: #6F4E55;
}
.TagClassName
{
border-color: #6F4E55;
}
</style>