Shades of Falcon #6F4C53
Tints of Falcon #6F4C53
RGB
CMYK
RGB Variations
Color information
#6F4C53 (or 0x6F4C53) is known color: Falcon. HEX triplet: 6F, 4C and 53. RGB value is (111,76,83). Sum of RGB (Red+Green+Blue) = 111+76+83=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4C53 is #90B3AC. Grayscale: #575757. Windows color (decimal): -9483181 or 5459055. OLE color: 5459055.
HSL color Cylindrical-coordinate representation of color #6F4C53: hue angle of 348º 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 #6F4C53 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 76 | 83 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.56 |
| HSL | 348º | 0.19% | 0.37% | - |
| HSV(B) | 348º | 0.32% | 0.44% | - |
| XYZ | 10.7 | 9.17 | 9.39 | - |
| YUV | 87.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 76 | 83 | 0 | 0.32 | 0.25 | 0.56 | 348 | 0.19 | 0.37 |
| Hex | 6F | 4C | 53 | 0 | 20 | 19 | 38 | 15C | 13 | 25 |
| Octal | 157 | 114 | 123 | 0 | 40 | 31 | 70 | 534 | 23 | 45 |
| Binary | 1101111 | 1001100 | 1010011 | 0 | 100000 | 11001 | 111000 | 101011100 | 10011 | 100101 |
Color Harmonies of #6F4C53
Complementary color
Monochromatic Colors of #6F4C53
Black with #6F4C53
Text Example
Text Example
White with #6F4C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4C53; }
p { color: rgb(111,76,83); }
H1.HeaderClassName
{
color: #6F4C53;
}
.AnyTagClassName
{
color: #6F4C53;
}
</style>
background-color css
<style>
a { background-color: #6F4C53; }
a { background-color: rgb(111,76,83); }
div.DivClassName
{
background-color: #6F4C53;
}
.BgClassName
{
background-color: #6F4C53;
}
</style>
border-color css
<style>
span { border-color: #6F4C53; }
span { border-color: rgb(111,76,83); }
td.TdClassName
{
border-color: #6F4C53;
}
.TagClassName
{
border-color: #6F4C53;
}
</style>