Shades of Falcon #6F4E50
Tints of Falcon #6F4E50
RGB
CMYK
RGB Variations
Color information
#6F4E50 (or 0x6F4E50) is known color: Falcon. HEX triplet: 6F, 4E and 50. RGB value is (111,78,80). Sum of RGB (Red+Green+Blue) = 111+78+80=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4E50 is #90B1AF. Grayscale: #585858. Windows color (decimal): -9482672 or 5262959. OLE color: 5262959.
HSL color Cylindrical-coordinate representation of color #6F4E50: hue angle of 356.36º 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 #6F4E50 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 78 | 80 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.56 |
| HSL | 356.36º | 0.17% | 0.37% | - |
| HSV(B) | 356.36º | 0.3% | 0.44% | - |
| XYZ | 10.73 | 9.41 | 8.84 | - |
| YUV | 88.1 | 123.43 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 78 | 80 | 0 | 0.30 | 0.28 | 0.56 | 356.36 | 0.17 | 0.37 |
| Hex | 6F | 4E | 50 | 0 | 1E | 1C | 38 | 164 | 11 | 25 |
| Octal | 157 | 116 | 120 | 0 | 36 | 34 | 70 | 544 | 21 | 45 |
| Binary | 1101111 | 1001110 | 1010000 | 0 | 11110 | 11100 | 111000 | 101100100 | 10001 | 100101 |
Color Harmonies of #6F4E50
Complementary color
Monochromatic Colors of #6F4E50
Black with #6F4E50
Text Example
Text Example
White with #6F4E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4E50; }
p { color: rgb(111,78,80); }
H1.HeaderClassName
{
color: #6F4E50;
}
.AnyTagClassName
{
color: #6F4E50;
}
</style>
background-color css
<style>
a { background-color: #6F4E50; }
a { background-color: rgb(111,78,80); }
div.DivClassName
{
background-color: #6F4E50;
}
.BgClassName
{
background-color: #6F4E50;
}
</style>
border-color css
<style>
span { border-color: #6F4E50; }
span { border-color: rgb(111,78,80); }
td.TdClassName
{
border-color: #6F4E50;
}
.TagClassName
{
border-color: #6F4E50;
}
</style>