Shades of Falcon #6F6465
Tints of Falcon #6F6465
RGB
CMYK
RGB Variations
Color information
#6F6465 (or 0x6F6465) is known color: Falcon. HEX triplet: 6F, 64 and 65. RGB value is (111,100,101). Sum of RGB (Red+Green+Blue) = 111+100+101=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6465 is #909B9A. Grayscale: #676767. Windows color (decimal): -9477019 or 6644847. OLE color: 6644847.
HSL color Cylindrical-coordinate representation of color #6F6465: hue angle of 354.55º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6F6465 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 100 | 101 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.56 |
| HSL | 354.55º | 0.05% | 0.41% | - |
| HSV(B) | 354.55º | 0.1% | 0.44% | - |
| XYZ | 13.46 | 13.43 | 14.2 | - |
| YUV | 103.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 100 | 101 | 0 | 0.10 | 0.09 | 0.56 | 354.55 | 0.05 | 0.41 |
| Hex | 6F | 64 | 65 | 0 | A | 9 | 38 | 163 | 5 | 29 |
| Octal | 157 | 144 | 145 | 0 | 12 | 11 | 70 | 543 | 5 | 51 |
| Binary | 1101111 | 1100100 | 1100101 | 0 | 1010 | 1001 | 111000 | 101100011 | 101 | 101001 |
Color Harmonies of #6F6465
Complementary color
Monochromatic Colors of #6F6465
Black with #6F6465
Text Example
Text Example
White with #6F6465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6465; }
p { color: rgb(111,100,101); }
H1.HeaderClassName
{
color: #6F6465;
}
.AnyTagClassName
{
color: #6F6465;
}
</style>
background-color css
<style>
a { background-color: #6F6465; }
a { background-color: rgb(111,100,101); }
div.DivClassName
{
background-color: #6F6465;
}
.BgClassName
{
background-color: #6F6465;
}
</style>
border-color css
<style>
span { border-color: #6F6465; }
span { border-color: rgb(111,100,101); }
td.TdClassName
{
border-color: #6F6465;
}
.TagClassName
{
border-color: #6F6465;
}
</style>