Shades of Falcon #6D565B
Tints of Falcon #6D565B
RGB
CMYK
RGB Variations
Color information
#6D565B (or 0x6D565B) is known color: Falcon. HEX triplet: 6D, 56 and 5B. RGB value is (109,86,91). Sum of RGB (Red+Green+Blue) = 109+86+91=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 109 - color contains mainly: red. Hex color #6D565B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D565B is #92A9A4. Grayscale: #5D5D5D. Windows color (decimal): -9611685 or 5985901. OLE color: 5985901.
HSL color Cylindrical-coordinate representation of color #6D565B: hue angle of 346.96º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D565B is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 86 | 91 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.57 |
| HSL | 346.96º | 0.12% | 0.38% | - |
| HSV(B) | 346.96º | 0.21% | 0.43% | - |
| XYZ | 11.52 | 10.66 | 11.35 | - |
| YUV | 93.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 86 | 91 | 0 | 0.21 | 0.17 | 0.57 | 346.96 | 0.12 | 0.38 |
| Hex | 6D | 56 | 5B | 0 | 15 | 11 | 39 | 15B | C | 26 |
| Octal | 155 | 126 | 133 | 0 | 25 | 21 | 71 | 533 | 14 | 46 |
| Binary | 1101101 | 1010110 | 1011011 | 0 | 10101 | 10001 | 111001 | 101011011 | 1100 | 100110 |
Color Harmonies of #6D565B
Complementary color
Monochromatic Colors of #6D565B
Black with #6D565B
Text Example
Text Example
White with #6D565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D565B; }
p { color: rgb(109,86,91); }
H1.HeaderClassName
{
color: #6D565B;
}
.AnyTagClassName
{
color: #6D565B;
}
</style>
background-color css
<style>
a { background-color: #6D565B; }
a { background-color: rgb(109,86,91); }
div.DivClassName
{
background-color: #6D565B;
}
.BgClassName
{
background-color: #6D565B;
}
</style>
border-color css
<style>
span { border-color: #6D565B; }
span { border-color: rgb(109,86,91); }
td.TdClassName
{
border-color: #6D565B;
}
.TagClassName
{
border-color: #6D565B;
}
</style>