Shades of Falcon #6F5053
Tints of Falcon #6F5053
RGB
CMYK
RGB Variations
Color information
#6F5053 (or 0x6F5053) is known color: Falcon. HEX triplet: 6F, 50 and 53. RGB value is (111,80,83). Sum of RGB (Red+Green+Blue) = 111+80+83=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 83 (32.81% from 255 or 30.29% from 274); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5053 is #90AFAC. Grayscale: #595959. Windows color (decimal): -9482157 or 5460079. OLE color: 5460079.
HSL color Cylindrical-coordinate representation of color #6F5053: hue angle of 354.19º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F5053 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 80 | 83 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.56 |
| HSL | 354.19º | 0.16% | 0.37% | - |
| HSV(B) | 354.19º | 0.28% | 0.44% | - |
| XYZ | 10.99 | 9.74 | 9.48 | - |
| YUV | 89.61 | 124.27 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 80 | 83 | 0 | 0.28 | 0.25 | 0.56 | 354.19 | 0.16 | 0.37 |
| Hex | 6F | 50 | 53 | 0 | 1C | 19 | 38 | 162 | 10 | 25 |
| Octal | 157 | 120 | 123 | 0 | 34 | 31 | 70 | 542 | 20 | 45 |
| Binary | 1101111 | 1010000 | 1010011 | 0 | 11100 | 11001 | 111000 | 101100010 | 10000 | 100101 |
Color Harmonies of #6F5053
Complementary color
Monochromatic Colors of #6F5053
Black with #6F5053
Text Example
Text Example
White with #6F5053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5053; }
p { color: rgb(111,80,83); }
H1.HeaderClassName
{
color: #6F5053;
}
.AnyTagClassName
{
color: #6F5053;
}
</style>
background-color css
<style>
a { background-color: #6F5053; }
a { background-color: rgb(111,80,83); }
div.DivClassName
{
background-color: #6F5053;
}
.BgClassName
{
background-color: #6F5053;
}
</style>
border-color css
<style>
span { border-color: #6F5053; }
span { border-color: rgb(111,80,83); }
td.TdClassName
{
border-color: #6F5053;
}
.TagClassName
{
border-color: #6F5053;
}
</style>