Shades of Falcon #6D5056
Tints of Falcon #6D5056
RGB
CMYK
RGB Variations
Color information
#6D5056 (or 0x6D5056) is known color: Falcon. HEX triplet: 6D, 50 and 56. RGB value is (109,80,86). Sum of RGB (Red+Green+Blue) = 109+80+86=275 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.64% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5056 is #92AFA9. Grayscale: #595959. Windows color (decimal): -9613226 or 5656685. OLE color: 5656685.
HSL color Cylindrical-coordinate representation of color #6D5056: hue angle of 347.59º 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 #6D5056 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 80 | 86 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.57 |
| HSL | 347.59º | 0.15% | 0.37% | - |
| HSV(B) | 347.59º | 0.27% | 0.43% | - |
| XYZ | 10.86 | 9.66 | 10.1 | - |
| YUV | 89.36 | 126.11 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 80 | 86 | 0 | 0.27 | 0.21 | 0.57 | 347.59 | 0.15 | 0.37 |
| Hex | 6D | 50 | 56 | 0 | 1B | 15 | 39 | 15C | F | 25 |
| Octal | 155 | 120 | 126 | 0 | 33 | 25 | 71 | 534 | 17 | 45 |
| Binary | 1101101 | 1010000 | 1010110 | 0 | 11011 | 10101 | 111001 | 101011100 | 1111 | 100101 |
Color Harmonies of #6D5056
Complementary color
Monochromatic Colors of #6D5056
Black with #6D5056
Text Example
Text Example
White with #6D5056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5056; }
p { color: rgb(109,80,86); }
H1.HeaderClassName
{
color: #6D5056;
}
.AnyTagClassName
{
color: #6D5056;
}
</style>
background-color css
<style>
a { background-color: #6D5056; }
a { background-color: rgb(109,80,86); }
div.DivClassName
{
background-color: #6D5056;
}
.BgClassName
{
background-color: #6D5056;
}
</style>
border-color css
<style>
span { border-color: #6D5056; }
span { border-color: rgb(109,80,86); }
td.TdClassName
{
border-color: #6D5056;
}
.TagClassName
{
border-color: #6D5056;
}
</style>