Shades of Falcon #6F4D50
Tints of Falcon #6F4D50
RGB
CMYK
RGB Variations
Color information
#6F4D50 (or 0x6F4D50) is known color: Falcon. HEX triplet: 6F, 4D and 50. RGB value is (111,77,80). Sum of RGB (Red+Green+Blue) = 111+77+80=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4D50 is #90B2AF. Grayscale: #575757. Windows color (decimal): -9482928 or 5262703. OLE color: 5262703.
HSL color Cylindrical-coordinate representation of color #6F4D50: hue angle of 354.71º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F4D50 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 77 | 80 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.56 |
| HSL | 354.71º | 0.18% | 0.37% | - |
| HSV(B) | 354.71º | 0.31% | 0.44% | - |
| XYZ | 10.66 | 9.27 | 8.82 | - |
| YUV | 87.51 | 123.76 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 77 | 80 | 0 | 0.31 | 0.28 | 0.56 | 354.71 | 0.18 | 0.37 |
| Hex | 6F | 4D | 50 | 0 | 1F | 1C | 38 | 163 | 12 | 25 |
| Octal | 157 | 115 | 120 | 0 | 37 | 34 | 70 | 543 | 22 | 45 |
| Binary | 1101111 | 1001101 | 1010000 | 0 | 11111 | 11100 | 111000 | 101100011 | 10010 | 100101 |
Color Harmonies of #6F4D50
Complementary color
Monochromatic Colors of #6F4D50
Black with #6F4D50
Text Example
Text Example
White with #6F4D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4D50; }
p { color: rgb(111,77,80); }
H1.HeaderClassName
{
color: #6F4D50;
}
.AnyTagClassName
{
color: #6F4D50;
}
</style>
background-color css
<style>
a { background-color: #6F4D50; }
a { background-color: rgb(111,77,80); }
div.DivClassName
{
background-color: #6F4D50;
}
.BgClassName
{
background-color: #6F4D50;
}
</style>
border-color css
<style>
span { border-color: #6F4D50; }
span { border-color: rgb(111,77,80); }
td.TdClassName
{
border-color: #6F4D50;
}
.TagClassName
{
border-color: #6F4D50;
}
</style>