Shades of Falcon #6F4D54
Tints of Falcon #6F4D54
RGB
CMYK
RGB Variations
Color information
#6F4D54 (or 0x6F4D54) is known color: Falcon. HEX triplet: 6F, 4D and 54. RGB value is (111,77,84). Sum of RGB (Red+Green+Blue) = 111+77+84=272 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.81% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 84 (33.20% from 255 or 30.88% from 272); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4D54 is #90B2AB. Grayscale: #575757. Windows color (decimal): -9482924 or 5524847. OLE color: 5524847.
HSL color Cylindrical-coordinate representation of color #6F4D54: hue angle of 347.65º 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 #6F4D54 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 77 | 84 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.56 |
| HSL | 347.65º | 0.18% | 0.37% | - |
| HSV(B) | 347.65º | 0.31% | 0.44% | - |
| XYZ | 10.81 | 9.33 | 9.62 | - |
| YUV | 87.96 | 125.76 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 77 | 84 | 0 | 0.31 | 0.24 | 0.56 | 347.65 | 0.18 | 0.37 |
| Hex | 6F | 4D | 54 | 0 | 1F | 18 | 38 | 15C | 12 | 25 |
| Octal | 157 | 115 | 124 | 0 | 37 | 30 | 70 | 534 | 22 | 45 |
| Binary | 1101111 | 1001101 | 1010100 | 0 | 11111 | 11000 | 111000 | 101011100 | 10010 | 100101 |
Color Harmonies of #6F4D54
Complementary color
Monochromatic Colors of #6F4D54
Black with #6F4D54
Text Example
Text Example
White with #6F4D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4D54; }
p { color: rgb(111,77,84); }
H1.HeaderClassName
{
color: #6F4D54;
}
.AnyTagClassName
{
color: #6F4D54;
}
</style>
background-color css
<style>
a { background-color: #6F4D54; }
a { background-color: rgb(111,77,84); }
div.DivClassName
{
background-color: #6F4D54;
}
.BgClassName
{
background-color: #6F4D54;
}
</style>
border-color css
<style>
span { border-color: #6F4D54; }
span { border-color: rgb(111,77,84); }
td.TdClassName
{
border-color: #6F4D54;
}
.TagClassName
{
border-color: #6F4D54;
}
</style>