Shades of Falcon #6F4E53
Tints of Falcon #6F4E53
RGB
CMYK
RGB Variations
Color information
#6F4E53 (or 0x6F4E53) is known color: Falcon. HEX triplet: 6F, 4E and 53. RGB value is (111,78,83). Sum of RGB (Red+Green+Blue) = 111+78+83=272 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.81% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4E53 is #90B1AC. Grayscale: #585858. Windows color (decimal): -9482669 or 5459567. OLE color: 5459567.
HSL color Cylindrical-coordinate representation of color #6F4E53: hue angle of 350.91º 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 #6F4E53 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 78 | 83 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.56 |
| HSL | 350.91º | 0.17% | 0.37% | - |
| HSV(B) | 350.91º | 0.3% | 0.44% | - |
| XYZ | 10.84 | 9.45 | 9.44 | - |
| YUV | 88.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 78 | 83 | 0 | 0.30 | 0.25 | 0.56 | 350.91 | 0.17 | 0.37 |
| Hex | 6F | 4E | 53 | 0 | 1E | 19 | 38 | 15F | 11 | 25 |
| Octal | 157 | 116 | 123 | 0 | 36 | 31 | 70 | 537 | 21 | 45 |
| Binary | 1101111 | 1001110 | 1010011 | 0 | 11110 | 11001 | 111000 | 101011111 | 10001 | 100101 |
Color Harmonies of #6F4E53
Complementary color
Monochromatic Colors of #6F4E53
Black with #6F4E53
Text Example
Text Example
White with #6F4E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4E53; }
p { color: rgb(111,78,83); }
H1.HeaderClassName
{
color: #6F4E53;
}
.AnyTagClassName
{
color: #6F4E53;
}
</style>
background-color css
<style>
a { background-color: #6F4E53; }
a { background-color: rgb(111,78,83); }
div.DivClassName
{
background-color: #6F4E53;
}
.BgClassName
{
background-color: #6F4E53;
}
</style>
border-color css
<style>
span { border-color: #6F4E53; }
span { border-color: rgb(111,78,83); }
td.TdClassName
{
border-color: #6F4E53;
}
.TagClassName
{
border-color: #6F4E53;
}
</style>