Shades of Falcon #6F6162
Tints of Falcon #6F6162
RGB
CMYK
RGB Variations
Color information
#6F6162 (or 0x6F6162) is known color: Falcon. HEX triplet: 6F, 61 and 62. RGB value is (111,97,98). Sum of RGB (Red+Green+Blue) = 111+97+98=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6162 is #909E9D. Grayscale: #656565. Windows color (decimal): -9477790 or 6447471. OLE color: 6447471.
HSL color Cylindrical-coordinate representation of color #6F6162: hue angle of 355.71º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6F6162 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 97 | 98 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.56 |
| HSL | 355.71º | 0.07% | 0.41% | - |
| HSV(B) | 355.71º | 0.13% | 0.44% | - |
| XYZ | 13.03 | 12.81 | 13.34 | - |
| YUV | 101.3 | 126.14 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 97 | 98 | 0 | 0.13 | 0.12 | 0.56 | 355.71 | 0.07 | 0.41 |
| Hex | 6F | 61 | 62 | 0 | D | C | 38 | 164 | 7 | 29 |
| Octal | 157 | 141 | 142 | 0 | 15 | 14 | 70 | 544 | 7 | 51 |
| Binary | 1101111 | 1100001 | 1100010 | 0 | 1101 | 1100 | 111000 | 101100100 | 111 | 101001 |
Color Harmonies of #6F6162
Complementary color
Monochromatic Colors of #6F6162
Black with #6F6162
Text Example
Text Example
White with #6F6162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6162; }
p { color: rgb(111,97,98); }
H1.HeaderClassName
{
color: #6F6162;
}
.AnyTagClassName
{
color: #6F6162;
}
</style>
background-color css
<style>
a { background-color: #6F6162; }
a { background-color: rgb(111,97,98); }
div.DivClassName
{
background-color: #6F6162;
}
.BgClassName
{
background-color: #6F6162;
}
</style>
border-color css
<style>
span { border-color: #6F6162; }
span { border-color: rgb(111,97,98); }
td.TdClassName
{
border-color: #6F6162;
}
.TagClassName
{
border-color: #6F6162;
}
</style>