Shades of Falcon #6D5053
Tints of Falcon #6D5053
RGB
CMYK
RGB Variations
Color information
#6D5053 (or 0x6D5053) is known color: Falcon. HEX triplet: 6D, 50 and 53. RGB value is (109,80,83). Sum of RGB (Red+Green+Blue) = 109+80+83=272 (36% of max value = 765). Red value is 109 (42.97% from 255 or 40.07% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5053 is #92AFAC. Grayscale: #595959. Windows color (decimal): -9613229 or 5460077. OLE color: 5460077.
HSL color Cylindrical-coordinate representation of color #6D5053: hue angle of 353.79º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D5053 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 80 | 83 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.57 |
| HSL | 353.79º | 0.15% | 0.37% | - |
| HSV(B) | 353.79º | 0.27% | 0.43% | - |
| XYZ | 10.74 | 9.61 | 9.47 | - |
| YUV | 89.01 | 124.61 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 80 | 83 | 0 | 0.27 | 0.24 | 0.57 | 353.79 | 0.15 | 0.37 |
| Hex | 6D | 50 | 53 | 0 | 1B | 18 | 39 | 162 | F | 25 |
| Octal | 155 | 120 | 123 | 0 | 33 | 30 | 71 | 542 | 17 | 45 |
| Binary | 1101101 | 1010000 | 1010011 | 0 | 11011 | 11000 | 111001 | 101100010 | 1111 | 100101 |
Color Harmonies of #6D5053
Complementary color
Monochromatic Colors of #6D5053
Black with #6D5053
Text Example
Text Example
White with #6D5053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5053; }
p { color: rgb(109,80,83); }
H1.HeaderClassName
{
color: #6D5053;
}
.AnyTagClassName
{
color: #6D5053;
}
</style>
background-color css
<style>
a { background-color: #6D5053; }
a { background-color: rgb(109,80,83); }
div.DivClassName
{
background-color: #6D5053;
}
.BgClassName
{
background-color: #6D5053;
}
</style>
border-color css
<style>
span { border-color: #6D5053; }
span { border-color: rgb(109,80,83); }
td.TdClassName
{
border-color: #6D5053;
}
.TagClassName
{
border-color: #6D5053;
}
</style>