Shades of Falcon #6D6465
Tints of Falcon #6D6465
RGB
CMYK
RGB Variations
Color information
#6D6465 (or 0x6D6465) is known color: Falcon. HEX triplet: 6D, 64 and 65. RGB value is (109,100,101). Sum of RGB (Red+Green+Blue) = 109+100+101=310 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.16% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6465 is #929B9A. Grayscale: #666666. Windows color (decimal): -9608091 or 6644845. OLE color: 6644845.
HSL color Cylindrical-coordinate representation of color #6D6465: hue angle of 353.33º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6D6465 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 100 | 101 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.57 |
| HSL | 353.33º | 0.04% | 0.41% | - |
| HSV(B) | 353.33º | 0.08% | 0.43% | - |
| XYZ | 13.21 | 13.31 | 14.18 | - |
| YUV | 102.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 100 | 101 | 0 | 0.08 | 0.07 | 0.57 | 353.33 | 0.04 | 0.41 |
| Hex | 6D | 64 | 65 | 0 | 8 | 7 | 39 | 161 | 4 | 29 |
| Octal | 155 | 144 | 145 | 0 | 10 | 7 | 71 | 541 | 4 | 51 |
| Binary | 1101101 | 1100100 | 1100101 | 0 | 1000 | 111 | 111001 | 101100001 | 100 | 101001 |
Color Harmonies of #6D6465
Complementary color
Monochromatic Colors of #6D6465
Black with #6D6465
Text Example
Text Example
White with #6D6465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6465; }
p { color: rgb(109,100,101); }
H1.HeaderClassName
{
color: #6D6465;
}
.AnyTagClassName
{
color: #6D6465;
}
</style>
background-color css
<style>
a { background-color: #6D6465; }
a { background-color: rgb(109,100,101); }
div.DivClassName
{
background-color: #6D6465;
}
.BgClassName
{
background-color: #6D6465;
}
</style>
border-color css
<style>
span { border-color: #6D6465; }
span { border-color: rgb(109,100,101); }
td.TdClassName
{
border-color: #6D6465;
}
.TagClassName
{
border-color: #6D6465;
}
</style>