Shades of Falcon #6F4C50
Tints of Falcon #6F4C50
RGB
CMYK
RGB Variations
Color information
#6F4C50 (or 0x6F4C50) is known color: Falcon. HEX triplet: 6F, 4C and 50. RGB value is (111,76,80). Sum of RGB (Red+Green+Blue) = 111+76+80=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4C50 is #90B3AF. Grayscale: #565656. Windows color (decimal): -9483184 or 5262447. OLE color: 5262447.
HSL color Cylindrical-coordinate representation of color #6F4C50: hue angle of 353.14º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F4C50 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 76 | 80 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.56 |
| HSL | 353.14º | 0.19% | 0.37% | - |
| HSV(B) | 353.14º | 0.32% | 0.44% | - |
| XYZ | 10.59 | 9.13 | 8.79 | - |
| YUV | 86.92 | 124.1 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 76 | 80 | 0 | 0.32 | 0.28 | 0.56 | 353.14 | 0.19 | 0.37 |
| Hex | 6F | 4C | 50 | 0 | 20 | 1C | 38 | 161 | 13 | 25 |
| Octal | 157 | 114 | 120 | 0 | 40 | 34 | 70 | 541 | 23 | 45 |
| Binary | 1101111 | 1001100 | 1010000 | 0 | 100000 | 11100 | 111000 | 101100001 | 10011 | 100101 |
Color Harmonies of #6F4C50
Complementary color
Monochromatic Colors of #6F4C50
Black with #6F4C50
Text Example
Text Example
White with #6F4C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4C50; }
p { color: rgb(111,76,80); }
H1.HeaderClassName
{
color: #6F4C50;
}
.AnyTagClassName
{
color: #6F4C50;
}
</style>
background-color css
<style>
a { background-color: #6F4C50; }
a { background-color: rgb(111,76,80); }
div.DivClassName
{
background-color: #6F4C50;
}
.BgClassName
{
background-color: #6F4C50;
}
</style>
border-color css
<style>
span { border-color: #6F4C50; }
span { border-color: rgb(111,76,80); }
td.TdClassName
{
border-color: #6F4C50;
}
.TagClassName
{
border-color: #6F4C50;
}
</style>