Shades of Falcon #6E6163
Tints of Falcon #6E6163
RGB
CMYK
RGB Variations
Color information
#6E6163 (or 0x6E6163) is known color: Falcon. HEX triplet: 6E, 61 and 63. RGB value is (110,97,99). Sum of RGB (Red+Green+Blue) = 110+97+99=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6163 is #919E9C. Grayscale: #656565. Windows color (decimal): -9543325 or 6513006. OLE color: 6513006.
HSL color Cylindrical-coordinate representation of color #6E6163: hue angle of 350.77º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6E6163 is Cyan = 0, Magento = 0.12, Yellow = 0.1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 97 | 99 | - |
| CMYK | 0 | 0.12 | 0.1 | 0.57 |
| HSL | 350.77º | 0.06% | 0.41% | - |
| HSV(B) | 350.77º | 0.12% | 0.43% | - |
| XYZ | 12.96 | 12.77 | 13.59 | - |
| YUV | 101.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 97 | 99 | 0 | 0.12 | 0.1 | 0.57 | 350.77 | 0.06 | 0.41 |
| Hex | 6E | 61 | 63 | 0 | C | A | 39 | 15F | 6 | 29 |
| Octal | 156 | 141 | 143 | 0 | 14 | 12 | 71 | 537 | 6 | 51 |
| Binary | 1101110 | 1100001 | 1100011 | 0 | 1100 | 1010 | 111001 | 101011111 | 110 | 101001 |
Color Harmonies of #6E6163
Complementary color
Monochromatic Colors of #6E6163
Black with #6E6163
Text Example
Text Example
White with #6E6163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6163; }
p { color: rgb(110,97,99); }
H1.HeaderClassName
{
color: #6E6163;
}
.AnyTagClassName
{
color: #6E6163;
}
</style>
background-color css
<style>
a { background-color: #6E6163; }
a { background-color: rgb(110,97,99); }
div.DivClassName
{
background-color: #6E6163;
}
.BgClassName
{
background-color: #6E6163;
}
</style>
border-color css
<style>
span { border-color: #6E6163; }
span { border-color: rgb(110,97,99); }
td.TdClassName
{
border-color: #6E6163;
}
.TagClassName
{
border-color: #6E6163;
}
</style>