Shades of Falcon #6D4D50
Tints of Falcon #6D4D50
RGB
CMYK
RGB Variations
Color information
#6D4D50 (or 0x6D4D50) is known color: Falcon. HEX triplet: 6D, 4D and 50. RGB value is (109,77,80). Sum of RGB (Red+Green+Blue) = 109+77+80=266 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.98% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4D50 is #92B2AF. Grayscale: #565656. Windows color (decimal): -9614000 or 5262701. OLE color: 5262701.
HSL color Cylindrical-coordinate representation of color #6D4D50: hue angle of 354.38º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D4D50 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 77 | 80 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.57 |
| HSL | 354.38º | 0.17% | 0.36% | - |
| HSV(B) | 354.38º | 0.29% | 0.43% | - |
| XYZ | 10.41 | 9.14 | 8.8 | - |
| YUV | 86.91 | 124.1 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 77 | 80 | 0 | 0.29 | 0.27 | 0.57 | 354.38 | 0.17 | 0.36 |
| Hex | 6D | 4D | 50 | 0 | 1D | 1B | 39 | 162 | 11 | 24 |
| Octal | 155 | 115 | 120 | 0 | 35 | 33 | 71 | 542 | 21 | 44 |
| Binary | 1101101 | 1001101 | 1010000 | 0 | 11101 | 11011 | 111001 | 101100010 | 10001 | 100100 |
Color Harmonies of #6D4D50
Complementary color
Monochromatic Colors of #6D4D50
Black with #6D4D50
Text Example
Text Example
White with #6D4D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4D50; }
p { color: rgb(109,77,80); }
H1.HeaderClassName
{
color: #6D4D50;
}
.AnyTagClassName
{
color: #6D4D50;
}
</style>
background-color css
<style>
a { background-color: #6D4D50; }
a { background-color: rgb(109,77,80); }
div.DivClassName
{
background-color: #6D4D50;
}
.BgClassName
{
background-color: #6D4D50;
}
</style>
border-color css
<style>
span { border-color: #6D4D50; }
span { border-color: rgb(109,77,80); }
td.TdClassName
{
border-color: #6D4D50;
}
.TagClassName
{
border-color: #6D4D50;
}
</style>