Shades of Falcon #6D4D52
Tints of Falcon #6D4D52
RGB
CMYK
RGB Variations
Color information
#6D4D52 (or 0x6D4D52) is known color: Falcon. HEX triplet: 6D, 4D and 52. RGB value is (109,77,82). Sum of RGB (Red+Green+Blue) = 109+77+82=268 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.67% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4D52 is #92B2AD. Grayscale: #575757. Windows color (decimal): -9613998 or 5393773. OLE color: 5393773.
HSL color Cylindrical-coordinate representation of color #6D4D52: hue angle of 350.62º 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 #6D4D52 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 77 | 82 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.57 |
| HSL | 350.63º | 0.17% | 0.36% | - |
| HSV(B) | 350.63º | 0.29% | 0.43% | - |
| XYZ | 10.48 | 9.17 | 9.2 | - |
| YUV | 87.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 77 | 82 | 0 | 0.29 | 0.25 | 0.57 | 350.63 | 0.17 | 0.36 |
| Hex | 6D | 4D | 52 | 0 | 1D | 19 | 39 | 15F | 11 | 24 |
| Octal | 155 | 115 | 122 | 0 | 35 | 31 | 71 | 537 | 21 | 44 |
| Binary | 1101101 | 1001101 | 1010010 | 0 | 11101 | 11001 | 111001 | 101011111 | 10001 | 100100 |
Color Harmonies of #6D4D52
Complementary color
Monochromatic Colors of #6D4D52
Black with #6D4D52
Text Example
Text Example
White with #6D4D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4D52; }
p { color: rgb(109,77,82); }
H1.HeaderClassName
{
color: #6D4D52;
}
.AnyTagClassName
{
color: #6D4D52;
}
</style>
background-color css
<style>
a { background-color: #6D4D52; }
a { background-color: rgb(109,77,82); }
div.DivClassName
{
background-color: #6D4D52;
}
.BgClassName
{
background-color: #6D4D52;
}
</style>
border-color css
<style>
span { border-color: #6D4D52; }
span { border-color: rgb(109,77,82); }
td.TdClassName
{
border-color: #6D4D52;
}
.TagClassName
{
border-color: #6D4D52;
}
</style>